Interface GrpcEndpointOrBuilder (0.44.0)

public interface GrpcEndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetUri()

public abstract 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
TypeDescription
String

The targetUri.

getTargetUriBytes()

public abstract 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
TypeDescription
ByteString

The bytes for targetUri.