Class GetDnsForwardingRequest.Builder (0.77.0)

public static final class GetDnsForwardingRequest.Builder extends GeneratedMessage.Builder<GetDnsForwardingRequest.Builder> implements GetDnsForwardingRequestOrBuilder

Request message for VmwareEngine.GetDnsForwarding

Protobuf type google.cloud.vmwareengine.v1.GetDnsForwardingRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDnsForwardingRequest build()
Returns
Type Description
GetDnsForwardingRequest

buildPartial()

public GetDnsForwardingRequest buildPartial()
Returns
Type Description
GetDnsForwardingRequest

clear()

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

clearName()

public GetDnsForwardingRequest.Builder clearName()

Required. The resource name of a DnsForwarding 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/dnsForwarding

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

Returns
Type Description
GetDnsForwardingRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDnsForwardingRequest getDefaultInstanceForType()
Returns
Type Description
GetDnsForwardingRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of a DnsForwarding 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/dnsForwarding

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 a DnsForwarding 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/dnsForwarding

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetDnsForwardingRequest.Builder setName(String value)

Required. The resource name of a DnsForwarding 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/dnsForwarding

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetDnsForwardingRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDnsForwardingRequest.Builder setNameBytes(ByteString value)

Required. The resource name of a DnsForwarding 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/dnsForwarding

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

This builder for chaining.