public interface ConfigSyncOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGit()
public abstract GitConfig getGit()Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;
| Returns | |
|---|---|
| Type | Description |
GitConfig |
The git. |
getGitOrBuilder()
public abstract GitConfigOrBuilder getGitOrBuilder()Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;
| Returns | |
|---|---|
| Type | Description |
GitConfigOrBuilder |
|
getSourceFormat()
public abstract String getSourceFormat()Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
string source_format = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceFormat. |
getSourceFormatBytes()
public abstract ByteString getSourceFormatBytes()Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
string source_format = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceFormat. |
hasGit()
public abstract boolean hasGit()Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the git field is set. |