Class GetDnsBindPermissionRequest.Builder (0.77.0)

public static final class GetDnsBindPermissionRequest.Builder extends GeneratedMessage.Builder<GetDnsBindPermissionRequest.Builder> implements GetDnsBindPermissionRequestOrBuilder

Request message for VmwareEngine.GetDnsBindPermission

Protobuf type google.cloud.vmwareengine.v1.GetDnsBindPermissionRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDnsBindPermissionRequest build()
Returns
Type Description
GetDnsBindPermissionRequest

buildPartial()

public GetDnsBindPermissionRequest buildPartial()
Returns
Type Description
GetDnsBindPermissionRequest

clear()

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

clearName()

public GetDnsBindPermissionRequest.Builder clearName()

Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/dnsBindPermission

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

Returns
Type Description
GetDnsBindPermissionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDnsBindPermissionRequest getDefaultInstanceForType()
Returns
Type Description
GetDnsBindPermissionRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/dnsBindPermission

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/dnsBindPermission

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetDnsBindPermissionRequest.Builder setName(String value)

Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/dnsBindPermission

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetDnsBindPermissionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDnsBindPermissionRequest.Builder setNameBytes(ByteString value)

Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/dnsBindPermission

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

This builder for chaining.