- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class ProvisionCloudIdentityRequest.Builder extends GeneratedMessageV3.Builder<ProvisionCloudIdentityRequest.Builder> implements ProvisionCloudIdentityRequestOrBuilder
Request message for CloudChannelService.ProvisionCloudIdentity
Protobuf type google.cloud.channel.v1.ProvisionCloudIdentityRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProvisionCloudIdentityRequest.BuilderImplements
ProvisionCloudIdentityRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProvisionCloudIdentityRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
build()
public ProvisionCloudIdentityRequest build()
Type | Description |
ProvisionCloudIdentityRequest |
buildPartial()
public ProvisionCloudIdentityRequest buildPartial()
Type | Description |
ProvisionCloudIdentityRequest |
clear()
public ProvisionCloudIdentityRequest.Builder clear()
Type | Description |
ProvisionCloudIdentityRequest.Builder |
clearCloudIdentityInfo()
public ProvisionCloudIdentityRequest.Builder clearCloudIdentityInfo()
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Type | Description |
ProvisionCloudIdentityRequest.Builder |
clearCustomer()
public ProvisionCloudIdentityRequest.Builder clearCustomer()
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ProvisionCloudIdentityRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ProvisionCloudIdentityRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProvisionCloudIdentityRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
clearUser()
public ProvisionCloudIdentityRequest.Builder clearUser()
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Type | Description |
ProvisionCloudIdentityRequest.Builder |
clearValidateOnly()
public ProvisionCloudIdentityRequest.Builder clearValidateOnly()
Validate the request and preview the review, but do not post it.
bool validate_only = 4;
Type | Description |
ProvisionCloudIdentityRequest.Builder | This builder for chaining. |
clone()
public ProvisionCloudIdentityRequest.Builder clone()
Type | Description |
ProvisionCloudIdentityRequest.Builder |
getCloudIdentityInfo()
public CloudIdentityInfo getCloudIdentityInfo()
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Type | Description |
CloudIdentityInfo | The cloudIdentityInfo. |
getCloudIdentityInfoBuilder()
public CloudIdentityInfo.Builder getCloudIdentityInfoBuilder()
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Type | Description |
CloudIdentityInfo.Builder |
getCloudIdentityInfoOrBuilder()
public CloudIdentityInfoOrBuilder getCloudIdentityInfoOrBuilder()
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Type | Description |
CloudIdentityInfoOrBuilder |
getCustomer()
public String getCustomer()
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The customer. |
getCustomerBytes()
public ByteString getCustomerBytes()
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for customer. |
getDefaultInstanceForType()
public ProvisionCloudIdentityRequest getDefaultInstanceForType()
Type | Description |
ProvisionCloudIdentityRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getUser()
public AdminUser getUser()
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Type | Description |
AdminUser | The user. |
getUserBuilder()
public AdminUser.Builder getUserBuilder()
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Type | Description |
AdminUser.Builder |
getUserOrBuilder()
public AdminUserOrBuilder getUserOrBuilder()
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Type | Description |
AdminUserOrBuilder |
getValidateOnly()
public boolean getValidateOnly()
Validate the request and preview the review, but do not post it.
bool validate_only = 4;
Type | Description |
boolean | The validateOnly. |
hasCloudIdentityInfo()
public boolean hasCloudIdentityInfo()
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Type | Description |
boolean | Whether the cloudIdentityInfo field is set. |
hasUser()
public boolean hasUser()
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Type | Description |
boolean | Whether the user field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCloudIdentityInfo(CloudIdentityInfo value)
public ProvisionCloudIdentityRequest.Builder mergeCloudIdentityInfo(CloudIdentityInfo value)
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Name | Description |
value | CloudIdentityInfo |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
mergeFrom(ProvisionCloudIdentityRequest other)
public ProvisionCloudIdentityRequest.Builder mergeFrom(ProvisionCloudIdentityRequest other)
Name | Description |
other | ProvisionCloudIdentityRequest |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProvisionCloudIdentityRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ProvisionCloudIdentityRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionCloudIdentityRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
mergeUser(AdminUser value)
public ProvisionCloudIdentityRequest.Builder mergeUser(AdminUser value)
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Name | Description |
value | AdminUser |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setCloudIdentityInfo(CloudIdentityInfo value)
public ProvisionCloudIdentityRequest.Builder setCloudIdentityInfo(CloudIdentityInfo value)
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Name | Description |
value | CloudIdentityInfo |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setCloudIdentityInfo(CloudIdentityInfo.Builder builderForValue)
public ProvisionCloudIdentityRequest.Builder setCloudIdentityInfo(CloudIdentityInfo.Builder builderForValue)
CloudIdentity-specific customer information.
.google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;
Name | Description |
builderForValue | CloudIdentityInfo.Builder |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setCustomer(String value)
public ProvisionCloudIdentityRequest.Builder setCustomer(String value)
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The customer to set. |
Type | Description |
ProvisionCloudIdentityRequest.Builder | This builder for chaining. |
setCustomerBytes(ByteString value)
public ProvisionCloudIdentityRequest.Builder setCustomerBytes(ByteString value)
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for customer to set. |
Type | Description |
ProvisionCloudIdentityRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ProvisionCloudIdentityRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProvisionCloudIdentityRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionCloudIdentityRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setUser(AdminUser value)
public ProvisionCloudIdentityRequest.Builder setUser(AdminUser value)
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Name | Description |
value | AdminUser |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setUser(AdminUser.Builder builderForValue)
public ProvisionCloudIdentityRequest.Builder setUser(AdminUser.Builder builderForValue)
Admin user information.
.google.cloud.channel.v1.AdminUser user = 3;
Name | Description |
builderForValue | AdminUser.Builder |
Type | Description |
ProvisionCloudIdentityRequest.Builder |
setValidateOnly(boolean value)
public ProvisionCloudIdentityRequest.Builder setValidateOnly(boolean value)
Validate the request and preview the review, but do not post it.
bool validate_only = 4;
Name | Description |
value | boolean The validateOnly to set. |
Type | Description |
ProvisionCloudIdentityRequest.Builder | This builder for chaining. |