Class ServiceReference.Builder (0.47.0)

public static final class ServiceReference.Builder extends GeneratedMessage.Builder<ServiceReference.Builder> implements ServiceReferenceOrBuilder

Reference to an underlying networking resource that can comprise a Service.

Protobuf type google.cloud.apphub.v1.ServiceReference

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ServiceReference build()
Returns
Type Description
ServiceReference

buildPartial()

public ServiceReference buildPartial()
Returns
Type Description
ServiceReference

clear()

public ServiceReference.Builder clear()
Returns
Type Description
ServiceReference.Builder
Overrides

clearUri()

public ServiceReference.Builder clearUri()

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
Type Description
ServiceReference.Builder

This builder for chaining.

getDefaultInstanceForType()

public ServiceReference getDefaultInstanceForType()
Returns
Type Description
ServiceReference

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUri()

public 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
Type Description
String

The uri.

getUriBytes()

public 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
Type Description
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ServiceReference other)

public ServiceReference.Builder mergeFrom(ServiceReference other)
Parameter
Name Description
other ServiceReference
Returns
Type Description
ServiceReference.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ServiceReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServiceReference.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ServiceReference.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ServiceReference.Builder
Overrides

setUri(String value)

public ServiceReference.Builder setUri(String value)

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];

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
ServiceReference.Builder

This builder for chaining.

setUriBytes(ByteString value)

public ServiceReference.Builder setUriBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
ServiceReference.Builder

This builder for chaining.