- 0.77.0 (latest)
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.72.0
 - 0.71.0
 - 0.69.0
 - 0.67.0
 - 0.66.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.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.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.4
 
public static final class Repository.GitRemoteSettings.Builder extends GeneratedMessageV3.Builder<Repository.GitRemoteSettings.Builder> implements Repository.GitRemoteSettingsOrBuilderControls Git remote configuration for a repository.
 Protobuf type google.cloud.dataform.v1.Repository.GitRemoteSettings
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Repository.GitRemoteSettings.BuilderImplements
Repository.GitRemoteSettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Repository.GitRemoteSettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
build()
public Repository.GitRemoteSettings build()| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings | 
        |
buildPartial()
public Repository.GitRemoteSettings buildPartial()| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings | 
        |
clear()
public Repository.GitRemoteSettings.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
clearAuthenticationTokenSecretVersion()
public Repository.GitRemoteSettings.Builder clearAuthenticationTokenSecretVersion() Optional. The name of the Secret Manager secret version to use as an
 authentication token for Git operations. Must be in the format
 projects/*/secrets/*/versions/*.
 
 string authentication_token_secret_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
clearDefaultBranch()
public Repository.GitRemoteSettings.Builder clearDefaultBranch()Required. The Git remote's default branch name.
 string default_branch = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Repository.GitRemoteSettings.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public Repository.GitRemoteSettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
clearSshAuthenticationConfig()
public Repository.GitRemoteSettings.Builder clearSshAuthenticationConfig()Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
clearTokenStatus() (deprecated)
public Repository.GitRemoteSettings.Builder clearTokenStatus()Deprecated. google.cloud.dataform.v1.Repository.GitRemoteSettings.token_status is deprecated. See google/cloud/dataform/v1/dataform.proto;l=630
Output only. Deprecated: The field does not contain any token status information.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.TokenStatus token_status = 4 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
clearUrl()
public Repository.GitRemoteSettings.Builder clearUrl()Required. The Git remote's URL.
 string url = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
clone()
public Repository.GitRemoteSettings.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
getAuthenticationTokenSecretVersion()
public String getAuthenticationTokenSecretVersion() Optional. The name of the Secret Manager secret version to use as an
 authentication token for Git operations. Must be in the format
 projects/*/secrets/*/versions/*.
 
 string authentication_token_secret_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The authenticationTokenSecretVersion.  | 
      
getAuthenticationTokenSecretVersionBytes()
public ByteString getAuthenticationTokenSecretVersionBytes() Optional. The name of the Secret Manager secret version to use as an
 authentication token for Git operations. Must be in the format
 projects/*/secrets/*/versions/*.
 
 string authentication_token_secret_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for authenticationTokenSecretVersion.  | 
      
getDefaultBranch()
public String getDefaultBranch()Required. The Git remote's default branch name.
 string default_branch = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The defaultBranch.  | 
      
getDefaultBranchBytes()
public ByteString getDefaultBranchBytes()Required. The Git remote's default branch name.
 string default_branch = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for defaultBranch.  | 
      
getDefaultInstanceForType()
public Repository.GitRemoteSettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getSshAuthenticationConfig()
public Repository.GitRemoteSettings.SshAuthenticationConfig getSshAuthenticationConfig()Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.SshAuthenticationConfig | 
        The sshAuthenticationConfig.  | 
      
getSshAuthenticationConfigBuilder()
public Repository.GitRemoteSettings.SshAuthenticationConfig.Builder getSshAuthenticationConfigBuilder()Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.SshAuthenticationConfig.Builder | 
        |
getSshAuthenticationConfigOrBuilder()
public Repository.GitRemoteSettings.SshAuthenticationConfigOrBuilder getSshAuthenticationConfigOrBuilder()Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.SshAuthenticationConfigOrBuilder | 
        |
getTokenStatus() (deprecated)
public Repository.GitRemoteSettings.TokenStatus getTokenStatus()Deprecated. google.cloud.dataform.v1.Repository.GitRemoteSettings.token_status is deprecated. See google/cloud/dataform/v1/dataform.proto;l=630
Output only. Deprecated: The field does not contain any token status information.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.TokenStatus token_status = 4 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.TokenStatus | 
        The tokenStatus.  | 
      
getTokenStatusValue() (deprecated)
public int getTokenStatusValue()Deprecated. google.cloud.dataform.v1.Repository.GitRemoteSettings.token_status is deprecated. See google/cloud/dataform/v1/dataform.proto;l=630
Output only. Deprecated: The field does not contain any token status information.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.TokenStatus token_status = 4 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for tokenStatus.  | 
      
getUrl()
public String getUrl()Required. The Git remote's URL.
 string url = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The url.  | 
      
getUrlBytes()
public ByteString getUrlBytes()Required. The Git remote's URL.
 string url = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for url.  | 
      
hasSshAuthenticationConfig()
public boolean hasSshAuthenticationConfig()Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the sshAuthenticationConfig field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(Repository.GitRemoteSettings other)
public Repository.GitRemoteSettings.Builder mergeFrom(Repository.GitRemoteSettings other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Repository.GitRemoteSettings | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Repository.GitRemoteSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Repository.GitRemoteSettings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
mergeSshAuthenticationConfig(Repository.GitRemoteSettings.SshAuthenticationConfig value)
public Repository.GitRemoteSettings.Builder mergeSshAuthenticationConfig(Repository.GitRemoteSettings.SshAuthenticationConfig value)Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Repository.GitRemoteSettings.SshAuthenticationConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Repository.GitRemoteSettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
setAuthenticationTokenSecretVersion(String value)
public Repository.GitRemoteSettings.Builder setAuthenticationTokenSecretVersion(String value) Optional. The name of the Secret Manager secret version to use as an
 authentication token for Git operations. Must be in the format
 projects/*/secrets/*/versions/*.
 
 string authentication_token_secret_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe authenticationTokenSecretVersion to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
setAuthenticationTokenSecretVersionBytes(ByteString value)
public Repository.GitRemoteSettings.Builder setAuthenticationTokenSecretVersionBytes(ByteString value) Optional. The name of the Secret Manager secret version to use as an
 authentication token for Git operations. Must be in the format
 projects/*/secrets/*/versions/*.
 
 string authentication_token_secret_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for authenticationTokenSecretVersion to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
setDefaultBranch(String value)
public Repository.GitRemoteSettings.Builder setDefaultBranch(String value)Required. The Git remote's default branch name.
 string default_branch = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe defaultBranch to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
setDefaultBranchBytes(ByteString value)
public Repository.GitRemoteSettings.Builder setDefaultBranchBytes(ByteString value)Required. The Git remote's default branch name.
 string default_branch = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for defaultBranch to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Repository.GitRemoteSettings.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Repository.GitRemoteSettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
setSshAuthenticationConfig(Repository.GitRemoteSettings.SshAuthenticationConfig value)
public Repository.GitRemoteSettings.Builder setSshAuthenticationConfig(Repository.GitRemoteSettings.SshAuthenticationConfig value)Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Repository.GitRemoteSettings.SshAuthenticationConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
setSshAuthenticationConfig(Repository.GitRemoteSettings.SshAuthenticationConfig.Builder builderForValue)
public Repository.GitRemoteSettings.Builder setSshAuthenticationConfig(Repository.GitRemoteSettings.SshAuthenticationConfig.Builder builderForValue)Optional. Authentication fields for remote uris using SSH protocol.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.SshAuthenticationConfig ssh_authentication_config = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Repository.GitRemoteSettings.SshAuthenticationConfig.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
setTokenStatus(Repository.GitRemoteSettings.TokenStatus value) (deprecated)
public Repository.GitRemoteSettings.Builder setTokenStatus(Repository.GitRemoteSettings.TokenStatus value)Deprecated. google.cloud.dataform.v1.Repository.GitRemoteSettings.token_status is deprecated. See google/cloud/dataform/v1/dataform.proto;l=630
Output only. Deprecated: The field does not contain any token status information.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.TokenStatus token_status = 4 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Repository.GitRemoteSettings.TokenStatusThe tokenStatus to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
setTokenStatusValue(int value) (deprecated)
public Repository.GitRemoteSettings.Builder setTokenStatusValue(int value)Deprecated. google.cloud.dataform.v1.Repository.GitRemoteSettings.token_status is deprecated. See google/cloud/dataform/v1/dataform.proto;l=630
Output only. Deprecated: The field does not contain any token status information.
 
 .google.cloud.dataform.v1.Repository.GitRemoteSettings.TokenStatus token_status = 4 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for tokenStatus to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Repository.GitRemoteSettings.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        |
setUrl(String value)
public Repository.GitRemoteSettings.Builder setUrl(String value)Required. The Git remote's URL.
 string url = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe url to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  | 
      
setUrlBytes(ByteString value)
public Repository.GitRemoteSettings.Builder setUrlBytes(ByteString value)Required. The Git remote's URL.
 string url = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for url to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Repository.GitRemoteSettings.Builder | 
        This builder for chaining.  |