Class BackendServiceOrchestrationInfo.Builder (1.98.0)

public static final class BackendServiceOrchestrationInfo.Builder extends GeneratedMessage.Builder<BackendServiceOrchestrationInfo.Builder> implements BackendServiceOrchestrationInfoOrBuilder

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

Protobuf type google.cloud.compute.v1.BackendServiceOrchestrationInfo

Static Methods

getDescriptor()

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

Methods

build()

public BackendServiceOrchestrationInfo build()
Returns
Type Description
BackendServiceOrchestrationInfo

buildPartial()

public BackendServiceOrchestrationInfo buildPartial()
Returns
Type Description
BackendServiceOrchestrationInfo

clear()

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

clearResourceUri()

public BackendServiceOrchestrationInfo.Builder clearResourceUri()

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

optional string resource_uri = 152830395;

Returns
Type Description
BackendServiceOrchestrationInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public BackendServiceOrchestrationInfo getDefaultInstanceForType()
Returns
Type Description
BackendServiceOrchestrationInfo

getDescriptorForType()

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

getResourceUri()

public String getResourceUri()

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

optional string resource_uri = 152830395;

Returns
Type Description
String

The resourceUri.

getResourceUriBytes()

public ByteString getResourceUriBytes()

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

optional string resource_uri = 152830395;

Returns
Type Description
ByteString

The bytes for resourceUri.

hasResourceUri()

public boolean hasResourceUri()

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

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(BackendServiceOrchestrationInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setResourceUri(String value)

public BackendServiceOrchestrationInfo.Builder setResourceUri(String value)

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

optional string resource_uri = 152830395;

Parameter
Name Description
value String

The resourceUri to set.

Returns
Type Description
BackendServiceOrchestrationInfo.Builder

This builder for chaining.

setResourceUriBytes(ByteString value)

public BackendServiceOrchestrationInfo.Builder setResourceUriBytes(ByteString value)

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

optional string resource_uri = 152830395;

Parameter
Name Description
value ByteString

The bytes for resourceUri to set.

Returns
Type Description
BackendServiceOrchestrationInfo.Builder

This builder for chaining.