Interface GrpcEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcEndpoint,GrpcEndpoint.Builder
public interface GrpcEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTargetUri()Required.com.google.protobuf.ByteStringgetTargetUriBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetUri
String getTargetUri()
Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
string target_uri = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The targetUri.
-
getTargetUriBytes
com.google.protobuf.ByteString getTargetUriBytes()
Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
string target_uri = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for targetUri.
-
-