Class CreateAccountConnectorRequest.Builder (0.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass CreateAccountConnectorRequest.BuilderextendsGeneratedMessageV3.Builder<CreateAccountConnectorRequest.Builder>implementsCreateAccountConnectorRequestOrBuilderProtobuf type google.cloud.developerconnect.v1.CreateAccountConnectorRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateAccountConnectorRequest.BuilderImplements
CreateAccountConnectorRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCreateAccountConnectorRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
build()
publicCreateAccountConnectorRequestbuild()| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest |
|
buildPartial()
publicCreateAccountConnectorRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest |
|
clear()
publicCreateAccountConnectorRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
clearAccountConnector()
publicCreateAccountConnectorRequest.BuilderclearAccountConnector()Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
clearAccountConnectorId()
publicCreateAccountConnectorRequest.BuilderclearAccountConnectorId()Required. The ID to use for the AccountConnector, which will become the final component of the AccountConnector's resource name. Its format should adhere to https://google.aip.dev/122#resource-id-segments Names must be unique per-project per-location.
string account_connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicCreateAccountConnectorRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateAccountConnectorRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
clearParent()
publicCreateAccountConnectorRequest.BuilderclearParent()Required. Location resource name as the account_connector’s parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
clearRequestId()
publicCreateAccountConnectorRequest.BuilderclearRequestId()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
clearValidateOnly()
publicCreateAccountConnectorRequest.BuilderclearValidateOnly()Optional. If set, validate the request, but do not actually post it.
bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
clone()
publicCreateAccountConnectorRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
getAccountConnector()
publicAccountConnectorgetAccountConnector()Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AccountConnector |
The accountConnector. |
getAccountConnectorBuilder()
publicAccountConnector.BuildergetAccountConnectorBuilder()Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AccountConnector.Builder |
|
getAccountConnectorId()
publicStringgetAccountConnectorId()Required. The ID to use for the AccountConnector, which will become the final component of the AccountConnector's resource name. Its format should adhere to https://google.aip.dev/122#resource-id-segments Names must be unique per-project per-location.
string account_connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The accountConnectorId. |
getAccountConnectorIdBytes()
publicByteStringgetAccountConnectorIdBytes()Required. The ID to use for the AccountConnector, which will become the final component of the AccountConnector's resource name. Its format should adhere to https://google.aip.dev/122#resource-id-segments Names must be unique per-project per-location.
string account_connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountConnectorId. |
getAccountConnectorOrBuilder()
publicAccountConnectorOrBuildergetAccountConnectorOrBuilder()Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AccountConnectorOrBuilder |
|
getDefaultInstanceForType()
publicCreateAccountConnectorRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
publicStringgetParent()Required. Location resource name as the account_connector’s parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
publicByteStringgetParentBytes()Required. Location resource name as the account_connector’s parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequestId()
publicStringgetRequestId()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
publicByteStringgetRequestIdBytes()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
getValidateOnly()
publicbooleangetValidateOnly()Optional. If set, validate the request, but do not actually post it.
bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasAccountConnector()
publicbooleanhasAccountConnector()Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the accountConnector field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAccountConnector(AccountConnector value)
publicCreateAccountConnectorRequest.BuildermergeAccountConnector(AccountConnectorvalue)Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AccountConnector |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
mergeFrom(CreateAccountConnectorRequest other)
publicCreateAccountConnectorRequest.BuildermergeFrom(CreateAccountConnectorRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
CreateAccountConnectorRequest |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicCreateAccountConnectorRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicCreateAccountConnectorRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateAccountConnectorRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
setAccountConnector(AccountConnector value)
publicCreateAccountConnectorRequest.BuildersetAccountConnector(AccountConnectorvalue)Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AccountConnector |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
setAccountConnector(AccountConnector.Builder builderForValue)
publicCreateAccountConnectorRequest.BuildersetAccountConnector(AccountConnector.BuilderbuilderForValue)Required. The AccountConnector to create.
.google.cloud.developerconnect.v1.AccountConnector account_connector = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AccountConnector.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
setAccountConnectorId(String value)
publicCreateAccountConnectorRequest.BuildersetAccountConnectorId(Stringvalue)Required. The ID to use for the AccountConnector, which will become the final component of the AccountConnector's resource name. Its format should adhere to https://google.aip.dev/122#resource-id-segments Names must be unique per-project per-location.
string account_connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The accountConnectorId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
setAccountConnectorIdBytes(ByteString value)
publicCreateAccountConnectorRequest.BuildersetAccountConnectorIdBytes(ByteStringvalue)Required. The ID to use for the AccountConnector, which will become the final component of the AccountConnector's resource name. Its format should adhere to https://google.aip.dev/122#resource-id-segments Names must be unique per-project per-location.
string account_connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for accountConnectorId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateAccountConnectorRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
setParent(String value)
publicCreateAccountConnectorRequest.BuildersetParent(Stringvalue)Required. Location resource name as the account_connector’s parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
publicCreateAccountConnectorRequest.BuildersetParentBytes(ByteStringvalue)Required. Location resource name as the account_connector’s parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateAccountConnectorRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
setRequestId(String value)
publicCreateAccountConnectorRequest.BuildersetRequestId(Stringvalue)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
publicCreateAccountConnectorRequest.BuildersetRequestIdBytes(ByteStringvalue)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateAccountConnectorRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
|
setValidateOnly(boolean value)
publicCreateAccountConnectorRequest.BuildersetValidateOnly(booleanvalue)Optional. If set, validate the request, but do not actually post it.
bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
boolean The validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAccountConnectorRequest.Builder |
This builder for chaining. |