Class BackendBackendOrchestrationInfo.Builder (1.105.0)

public static final class BackendBackendOrchestrationInfo.Builder extends GeneratedMessage.Builder<BackendBackendOrchestrationInfo.Builder> implements BackendBackendOrchestrationInfoOrBuilder

A message containing information about the resource or system that manages the backend.

Protobuf type google.cloud.compute.v1.BackendBackendOrchestrationInfo

Static Methods

getDescriptor()

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

Methods

build()

public BackendBackendOrchestrationInfo build()
Returns
Type Description
BackendBackendOrchestrationInfo

buildPartial()

public BackendBackendOrchestrationInfo buildPartial()
Returns
Type Description
BackendBackendOrchestrationInfo

clear()

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

clearResourceUri()

public BackendBackendOrchestrationInfo.Builder clearResourceUri()

The URI of the resource or system that manages the backend.

optional string resource_uri = 152830395;

Returns
Type Description
BackendBackendOrchestrationInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public BackendBackendOrchestrationInfo getDefaultInstanceForType()
Returns
Type Description
BackendBackendOrchestrationInfo

getDescriptorForType()

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

getResourceUri()

public String getResourceUri()

The URI of the resource or system that manages the backend.

optional string resource_uri = 152830395;

Returns
Type Description
String

The resourceUri.

getResourceUriBytes()

public ByteString getResourceUriBytes()

The URI of the resource or system that manages the backend.

optional string resource_uri = 152830395;

Returns
Type Description
ByteString

The bytes for resourceUri.

hasResourceUri()

public boolean hasResourceUri()

The URI of the resource or system that manages the backend.

optional string resource_uri = 152830395;

Returns
Type Description
boolean

Whether the resourceUri field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BackendBackendOrchestrationInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setResourceUri(String value)

public BackendBackendOrchestrationInfo.Builder setResourceUri(String value)

The URI of the resource or system that manages the backend.

optional string resource_uri = 152830395;

Parameter
Name Description
value String

The resourceUri to set.

Returns
Type Description
BackendBackendOrchestrationInfo.Builder

This builder for chaining.

setResourceUriBytes(ByteString value)

public BackendBackendOrchestrationInfo.Builder setResourceUriBytes(ByteString value)

The URI of the resource or system that manages the backend.

optional string resource_uri = 152830395;

Parameter
Name Description
value ByteString

The bytes for resourceUri to set.

Returns
Type Description
BackendBackendOrchestrationInfo.Builder

This builder for chaining.