Interface ServiceReferenceOrBuilder (0.3.0)

public interface ServiceReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUri()

public abstract String getUri()

Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map, and Backend Service).

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map, and Backend Service).

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uri.