Class BitbucketDataCenterConfig.Builder (3.82.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 3.82.0 (latest)
- 3.80.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.72.0
- 3.70.0
- 3.69.0
- 3.66.0
- 3.65.0
- 3.64.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.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.42.0
- 3.41.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.30.0
- 3.29.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.0
- 3.6.0
- 3.5.6
- 3.4.1
- 3.3.12
publicstaticfinalclass BitbucketDataCenterConfig.BuilderextendsGeneratedMessageV3.Builder<BitbucketDataCenterConfig.Builder>implementsBitbucketDataCenterConfigOrBuilderConfiguration for connections to Bitbucket Data Center.
Protobuf type google.devtools.cloudbuild.v2.BitbucketDataCenterConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BitbucketDataCenterConfig.BuilderImplements
BitbucketDataCenterConfigOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicBitbucketDataCenterConfig.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
build()
publicBitbucketDataCenterConfigbuild()| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig |
|
buildPartial()
publicBitbucketDataCenterConfigbuildPartial()| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig |
|
clear()
publicBitbucketDataCenterConfig.Builderclear()| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
clearAuthorizerCredential()
publicBitbucketDataCenterConfig.BuilderclearAuthorizerCredential() Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicBitbucketDataCenterConfig.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
clearHostUri()
publicBitbucketDataCenterConfig.BuilderclearHostUri()Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
string host_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicBitbucketDataCenterConfig.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
clearReadAuthorizerCredential()
publicBitbucketDataCenterConfig.BuilderclearReadAuthorizerCredential() Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
clearServerVersion()
publicBitbucketDataCenterConfig.BuilderclearServerVersion() Output only. Version of the Bitbucket Data Center running on the
host_uri.
string server_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
clearServiceDirectoryConfig()
publicBitbucketDataCenterConfig.BuilderclearServiceDirectoryConfig()Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
clearSslCa()
publicBitbucketDataCenterConfig.BuilderclearSslCa()Optional. SSL certificate to use for requests to the Bitbucket Data Center.
string ssl_ca = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
clearWebhookSecretSecretVersion()
publicBitbucketDataCenterConfig.BuilderclearWebhookSecretSecretVersion() Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*.
string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
clone()
publicBitbucketDataCenterConfig.Builderclone()| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
getAuthorizerCredential()
publicUserCredentialgetAuthorizerCredential() Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserCredential |
The authorizerCredential. |
getAuthorizerCredentialBuilder()
publicUserCredential.BuildergetAuthorizerCredentialBuilder() Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserCredential.Builder |
|
getAuthorizerCredentialOrBuilder()
publicUserCredentialOrBuildergetAuthorizerCredentialOrBuilder() Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserCredentialOrBuilder |
|
getDefaultInstanceForType()
publicBitbucketDataCenterConfiggetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHostUri()
publicStringgetHostUri()Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
string host_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The hostUri. |
getHostUriBytes()
publicByteStringgetHostUriBytes()Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
string host_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hostUri. |
getReadAuthorizerCredential()
publicUserCredentialgetReadAuthorizerCredential() Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserCredential |
The readAuthorizerCredential. |
getReadAuthorizerCredentialBuilder()
publicUserCredential.BuildergetReadAuthorizerCredentialBuilder() Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserCredential.Builder |
|
getReadAuthorizerCredentialOrBuilder()
publicUserCredentialOrBuildergetReadAuthorizerCredentialOrBuilder() Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserCredentialOrBuilder |
|
getServerVersion()
publicStringgetServerVersion() Output only. Version of the Bitbucket Data Center running on the
host_uri.
string server_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The serverVersion. |
getServerVersionBytes()
publicByteStringgetServerVersionBytes() Output only. Version of the Bitbucket Data Center running on the
host_uri.
string server_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serverVersion. |
getServiceDirectoryConfig()
publicServiceDirectoryConfiggetServiceDirectoryConfig()Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ServiceDirectoryConfig |
The serviceDirectoryConfig. |
getServiceDirectoryConfigBuilder()
publicServiceDirectoryConfig.BuildergetServiceDirectoryConfigBuilder()Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ServiceDirectoryConfig.Builder |
|
getServiceDirectoryConfigOrBuilder()
publicServiceDirectoryConfigOrBuildergetServiceDirectoryConfigOrBuilder()Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ServiceDirectoryConfigOrBuilder |
|
getSslCa()
publicStringgetSslCa()Optional. SSL certificate to use for requests to the Bitbucket Data Center.
string ssl_ca = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The sslCa. |
getSslCaBytes()
publicByteStringgetSslCaBytes()Optional. SSL certificate to use for requests to the Bitbucket Data Center.
string ssl_ca = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sslCa. |
getWebhookSecretSecretVersion()
publicStringgetWebhookSecretSecretVersion() Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*.
string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The webhookSecretSecretVersion. |
getWebhookSecretSecretVersionBytes()
publicByteStringgetWebhookSecretSecretVersionBytes() Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*.
string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for webhookSecretSecretVersion. |
hasAuthorizerCredential()
publicbooleanhasAuthorizerCredential() Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the authorizerCredential field is set. |
hasReadAuthorizerCredential()
publicbooleanhasReadAuthorizerCredential() Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the readAuthorizerCredential field is set. |
hasServiceDirectoryConfig()
publicbooleanhasServiceDirectoryConfig()Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the serviceDirectoryConfig field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAuthorizerCredential(UserCredential value)
publicBitbucketDataCenterConfig.BuildermergeAuthorizerCredential(UserCredentialvalue) Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
UserCredential |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
mergeFrom(BitbucketDataCenterConfig other)
publicBitbucketDataCenterConfig.BuildermergeFrom(BitbucketDataCenterConfigother)| Parameter | |
|---|---|
| Name | Description |
other |
BitbucketDataCenterConfig |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicBitbucketDataCenterConfig.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicBitbucketDataCenterConfig.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
mergeReadAuthorizerCredential(UserCredential value)
publicBitbucketDataCenterConfig.BuildermergeReadAuthorizerCredential(UserCredentialvalue) Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
UserCredential |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
mergeServiceDirectoryConfig(ServiceDirectoryConfig value)
publicBitbucketDataCenterConfig.BuildermergeServiceDirectoryConfig(ServiceDirectoryConfigvalue)Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ServiceDirectoryConfig |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalBitbucketDataCenterConfig.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setAuthorizerCredential(UserCredential value)
publicBitbucketDataCenterConfig.BuildersetAuthorizerCredential(UserCredentialvalue) Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
UserCredential |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setAuthorizerCredential(UserCredential.Builder builderForValue)
publicBitbucketDataCenterConfig.BuildersetAuthorizerCredential(UserCredential.BuilderbuilderForValue) Required. A http access token with the REPO_ADMIN scope access.
.google.devtools.cloudbuild.v2.UserCredential authorizer_credential = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UserCredential.Builder |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicBitbucketDataCenterConfig.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setHostUri(String value)
publicBitbucketDataCenterConfig.BuildersetHostUri(Stringvalue)Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
string host_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The hostUri to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
setHostUriBytes(ByteString value)
publicBitbucketDataCenterConfig.BuildersetHostUriBytes(ByteStringvalue)Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
string host_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for hostUri to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
setReadAuthorizerCredential(UserCredential value)
publicBitbucketDataCenterConfig.BuildersetReadAuthorizerCredential(UserCredentialvalue) Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
UserCredential |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setReadAuthorizerCredential(UserCredential.Builder builderForValue)
publicBitbucketDataCenterConfig.BuildersetReadAuthorizerCredential(UserCredential.BuilderbuilderForValue) Required. A http access token with the REPO_READ access.
.google.devtools.cloudbuild.v2.UserCredential read_authorizer_credential = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UserCredential.Builder |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicBitbucketDataCenterConfig.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setServerVersion(String value)
publicBitbucketDataCenterConfig.BuildersetServerVersion(Stringvalue) Output only. Version of the Bitbucket Data Center running on the
host_uri.
string server_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
String The serverVersion to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
setServerVersionBytes(ByteString value)
publicBitbucketDataCenterConfig.BuildersetServerVersionBytes(ByteStringvalue) Output only. Version of the Bitbucket Data Center running on the
host_uri.
string server_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for serverVersion to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
setServiceDirectoryConfig(ServiceDirectoryConfig value)
publicBitbucketDataCenterConfig.BuildersetServiceDirectoryConfig(ServiceDirectoryConfigvalue)Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ServiceDirectoryConfig |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setServiceDirectoryConfig(ServiceDirectoryConfig.Builder builderForValue)
publicBitbucketDataCenterConfig.BuildersetServiceDirectoryConfig(ServiceDirectoryConfig.BuilderbuilderForValue)Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
.google.devtools.cloudbuild.v2.ServiceDirectoryConfig service_directory_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ServiceDirectoryConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setSslCa(String value)
publicBitbucketDataCenterConfig.BuildersetSslCa(Stringvalue)Optional. SSL certificate to use for requests to the Bitbucket Data Center.
string ssl_ca = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The sslCa to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
setSslCaBytes(ByteString value)
publicBitbucketDataCenterConfig.BuildersetSslCaBytes(ByteStringvalue)Optional. SSL certificate to use for requests to the Bitbucket Data Center.
string ssl_ca = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for sslCa to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalBitbucketDataCenterConfig.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
|
setWebhookSecretSecretVersion(String value)
publicBitbucketDataCenterConfig.BuildersetWebhookSecretSecretVersion(Stringvalue) Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*.
string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The webhookSecretSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |
setWebhookSecretSecretVersionBytes(ByteString value)
publicBitbucketDataCenterConfig.BuildersetWebhookSecretSecretVersionBytes(ByteStringvalue) Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*.
string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for webhookSecretSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
BitbucketDataCenterConfig.Builder |
This builder for chaining. |