public static interface Telemetry.CollectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
IP address of collector endpoint
|
com.google.protobuf.ByteString |
getAddressBytes()
IP address of collector endpoint
|
int |
getPort()
Transport protocol port number for the collector destination.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getAddress()
IP address of collector endpoint
string address = 1;
com.google.protobuf.ByteString getAddressBytes()
IP address of collector endpoint
string address = 1;
int getPort()
Transport protocol port number for the collector destination.
uint32 port = 2;
Copyright © 2021. All rights reserved.