- 0.79.0 (latest)
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class DnsBindPermission.Builder extends GeneratedMessage.Builder<DnsBindPermission.Builder> implements DnsBindPermissionOrBuilderDnsBindPermission resource that contains the accounts having the consumer DNS bind permission on the corresponding intranet VPC of the consumer project.
Protobuf type google.cloud.vmwareengine.v1.DnsBindPermission
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DnsBindPermission.BuilderImplements
DnsBindPermissionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPrincipals(Iterable<? extends Principal> values)
public DnsBindPermission.Builder addAllPrincipals(Iterable<? extends Principal> values)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.vmwareengine.v1.Principal> |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
addPrincipals(Principal value)
public DnsBindPermission.Builder addPrincipals(Principal value)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Principal |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
addPrincipals(Principal.Builder builderForValue)
public DnsBindPermission.Builder addPrincipals(Principal.Builder builderForValue)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Principal.Builder |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
addPrincipals(int index, Principal value)
public DnsBindPermission.Builder addPrincipals(int index, Principal value)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Principal |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
addPrincipals(int index, Principal.Builder builderForValue)
public DnsBindPermission.Builder addPrincipals(int index, Principal.Builder builderForValue)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Principal.Builder |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
addPrincipalsBuilder()
public Principal.Builder addPrincipalsBuilder()Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
addPrincipalsBuilder(int index)
public Principal.Builder addPrincipalsBuilder(int index)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
build()
public DnsBindPermission build()| Returns | |
|---|---|
| Type | Description |
DnsBindPermission |
|
buildPartial()
public DnsBindPermission buildPartial()| Returns | |
|---|---|
| Type | Description |
DnsBindPermission |
|
clear()
public DnsBindPermission.Builder clear()| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
clearName()
public DnsBindPermission.Builder clearName() Required. Output only. 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 and location can only be global. 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) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
This builder for chaining. |
clearPrincipals()
public DnsBindPermission.Builder clearPrincipals()Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
getDefaultInstanceForType()
public DnsBindPermission getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DnsBindPermission |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Output only. 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 and location can only be global. 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) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. Output only. 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 and location can only be global. 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) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPrincipals(int index)
public Principal getPrincipals(int index)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Principal |
|
getPrincipalsBuilder(int index)
public Principal.Builder getPrincipalsBuilder(int index)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
getPrincipalsBuilderList()
public List<Principal.Builder> getPrincipalsBuilderList()Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getPrincipalsCount()
public int getPrincipalsCount()Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPrincipalsList()
public List<Principal> getPrincipalsList()Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Principal> |
|
getPrincipalsOrBuilder(int index)
public PrincipalOrBuilder getPrincipalsOrBuilder(int index)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PrincipalOrBuilder |
|
getPrincipalsOrBuilderList()
public List<? extends PrincipalOrBuilder> getPrincipalsOrBuilderList()Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vmwareengine.v1.PrincipalOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DnsBindPermission other)
public DnsBindPermission.Builder mergeFrom(DnsBindPermission other)| Parameter | |
|---|---|
| Name | Description |
other |
DnsBindPermission |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DnsBindPermission.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DnsBindPermission.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
removePrincipals(int index)
public DnsBindPermission.Builder removePrincipals(int index)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
setName(String value)
public DnsBindPermission.Builder setName(String value) Required. Output only. 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 and location can only be global. 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) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DnsBindPermission.Builder setNameBytes(ByteString value) Required. Output only. 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 and location can only be global. 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) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
This builder for chaining. |
setPrincipals(int index, Principal value)
public DnsBindPermission.Builder setPrincipals(int index, Principal value)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Principal |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|
setPrincipals(int index, Principal.Builder builderForValue)
public DnsBindPermission.Builder setPrincipals(int index, Principal.Builder builderForValue)Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
repeated .google.cloud.vmwareengine.v1.Principal principals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Principal.Builder |
| Returns | |
|---|---|
| Type | Description |
DnsBindPermission.Builder |
|