public interface RepositoryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGitRemoteSettings()
public abstract Repository.GitRemoteSettings getGitRemoteSettings()Optional. If set, configures this repository to be linked to a Git remote.
.google.cloud.dataform.v1beta1.Repository.GitRemoteSettings git_remote_settings = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
Repository.GitRemoteSettings |
The gitRemoteSettings. |
getGitRemoteSettingsOrBuilder()
public abstract Repository.GitRemoteSettingsOrBuilder getGitRemoteSettingsOrBuilder()Optional. If set, configures this repository to be linked to a Git remote.
.google.cloud.dataform.v1beta1.Repository.GitRemoteSettings git_remote_settings = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
Repository.GitRemoteSettingsOrBuilder |
getName()
public abstract String getName()Output only. The repository's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The repository's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
ByteString |
The bytes for name. |
hasGitRemoteSettings()
public abstract boolean hasGitRemoteSettings()Optional. If set, configures this repository to be linked to a Git remote.
.google.cloud.dataform.v1beta1.Repository.GitRemoteSettings git_remote_settings = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
boolean |
Whether the gitRemoteSettings field is set. |