Class GetManagementDnsZoneBindingRequest.Builder (0.77.0)

public static final class GetManagementDnsZoneBindingRequest.Builder extends GeneratedMessage.Builder<GetManagementDnsZoneBindingRequest.Builder> implements GetManagementDnsZoneBindingRequestOrBuilder

Request message for VmwareEngine.GetManagementDnsZoneBinding

Protobuf type google.cloud.vmwareengine.v1.GetManagementDnsZoneBindingRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetManagementDnsZoneBindingRequest build()
Returns
Type Description
GetManagementDnsZoneBindingRequest

buildPartial()

public GetManagementDnsZoneBindingRequest buildPartial()
Returns
Type Description
GetManagementDnsZoneBindingRequest

clear()

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

clearName()

public GetManagementDnsZoneBindingRequest.Builder clearName()

Required. The resource name of the management DNS zone binding to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding

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

Returns
Type Description
GetManagementDnsZoneBindingRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetManagementDnsZoneBindingRequest getDefaultInstanceForType()
Returns
Type Description
GetManagementDnsZoneBindingRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the management DNS zone binding to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the management DNS zone binding to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetManagementDnsZoneBindingRequest.Builder setName(String value)

Required. The resource name of the management DNS zone binding to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetManagementDnsZoneBindingRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetManagementDnsZoneBindingRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the management DNS zone binding to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding

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
GetManagementDnsZoneBindingRequest.Builder

This builder for chaining.