public static interface Repository.GitRemoteSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationTokenSecretVersion()
Required.
|
com.google.protobuf.ByteString |
getAuthenticationTokenSecretVersionBytes()
Required.
|
String |
getDefaultBranch()
Required.
|
com.google.protobuf.ByteString |
getDefaultBranchBytes()
Required.
|
Repository.GitRemoteSettings.TokenStatus |
getTokenStatus()
Output only.
|
int |
getTokenStatusValue()
Output only.
|
String |
getUrl()
Required.
|
com.google.protobuf.ByteString |
getUrlBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
Required. The Git remote's URL.
string url = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUrlBytes()
Required. The Git remote's URL.
string url = 1 [(.google.api.field_behavior) = REQUIRED];String getDefaultBranch()
Required. The Git remote's default branch name.
string default_branch = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDefaultBranchBytes()
Required. The Git remote's default branch name.
string default_branch = 2 [(.google.api.field_behavior) = REQUIRED];String getAuthenticationTokenSecretVersion()
Required. 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) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getAuthenticationTokenSecretVersionBytes()
Required. 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) = REQUIRED, (.google.api.resource_reference) = { ... }
int getTokenStatusValue()
Output only. Indicates the status of the Git access token.
.google.cloud.dataform.v1alpha2.Repository.GitRemoteSettings.TokenStatus token_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Repository.GitRemoteSettings.TokenStatus getTokenStatus()
Output only. Indicates the status of the Git access token.
.google.cloud.dataform.v1alpha2.Repository.GitRemoteSettings.TokenStatus token_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.