Class GetManagementServerRequest.Builder (0.42.0)

public static final class GetManagementServerRequest.Builder extends GeneratedMessage.Builder<GetManagementServerRequest.Builder> implements GetManagementServerRequestOrBuilder

Request message for getting a management server instance.

Protobuf type google.cloud.backupdr.v1.GetManagementServerRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetManagementServerRequest build()
Returns
Type Description
GetManagementServerRequest

buildPartial()

public GetManagementServerRequest buildPartial()
Returns
Type Description
GetManagementServerRequest

clear()

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

clearName()

public GetManagementServerRequest.Builder clearName()

Required. Name of the management server resource name, in the format 'projects/{project_id}/locations/{location}/managementServers/{resource_name}'

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetManagementServerRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetManagementServerRequest getDefaultInstanceForType()
Returns
Type Description
GetManagementServerRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the management server resource name, in the format 'projects/{project_id}/locations/{location}/managementServers/{resource_name}'

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the management server resource name, in the format 'projects/{project_id}/locations/{location}/managementServers/{resource_name}'

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetManagementServerRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetManagementServerRequest.Builder setName(String value)

Required. Name of the management server resource name, in the format 'projects/{project_id}/locations/{location}/managementServers/{resource_name}'

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetManagementServerRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetManagementServerRequest.Builder setNameBytes(ByteString value)

Required. Name of the management server resource name, in the format 'projects/{project_id}/locations/{location}/managementServers/{resource_name}'

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetManagementServerRequest.Builder

This builder for chaining.