- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
public static final class ConfigSync.Builder extends GeneratedMessageV3.Builder<ConfigSync.Builder> implements ConfigSyncOrBuilder
Configuration for Config Sync
Protobuf type google.cloud.gkehub.configmanagement.v1beta.ConfigSync
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConfigSync.BuilderImplements
ConfigSyncOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConfigSync.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ConfigSync.Builder |
build()
public ConfigSync build()
Type | Description |
ConfigSync |
buildPartial()
public ConfigSync buildPartial()
Type | Description |
ConfigSync |
clear()
public ConfigSync.Builder clear()
Type | Description |
ConfigSync.Builder |
clearField(Descriptors.FieldDescriptor field)
public ConfigSync.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ConfigSync.Builder |
clearGit()
public ConfigSync.Builder clearGit()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Type | Description |
ConfigSync.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConfigSync.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ConfigSync.Builder |
clearSourceFormat()
public ConfigSync.Builder clearSourceFormat()
Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.
string source_format = 8;
Type | Description |
ConfigSync.Builder | This builder for chaining. |
clone()
public ConfigSync.Builder clone()
Type | Description |
ConfigSync.Builder |
getDefaultInstanceForType()
public ConfigSync getDefaultInstanceForType()
Type | Description |
ConfigSync |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getGit()
public GitConfig getGit()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Type | Description |
GitConfig | The git. |
getGitBuilder()
public GitConfig.Builder getGitBuilder()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Type | Description |
GitConfig.Builder |
getGitOrBuilder()
public GitConfigOrBuilder getGitOrBuilder()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Type | Description |
GitConfigOrBuilder |
getSourceFormat()
public String getSourceFormat()
Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.
string source_format = 8;
Type | Description |
String | The sourceFormat. |
getSourceFormatBytes()
public ByteString getSourceFormatBytes()
Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.
string source_format = 8;
Type | Description |
ByteString | The bytes for sourceFormat. |
hasGit()
public boolean hasGit()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Type | Description |
boolean | Whether the git field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ConfigSync other)
public ConfigSync.Builder mergeFrom(ConfigSync other)
Name | Description |
other | ConfigSync |
Type | Description |
ConfigSync.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConfigSync.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConfigSync.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ConfigSync.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ConfigSync.Builder |
mergeGit(GitConfig value)
public ConfigSync.Builder mergeGit(GitConfig value)
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Name | Description |
value | GitConfig |
Type | Description |
ConfigSync.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSync.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ConfigSync.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ConfigSync.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ConfigSync.Builder |
setGit(GitConfig value)
public ConfigSync.Builder setGit(GitConfig value)
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Name | Description |
value | GitConfig |
Type | Description |
ConfigSync.Builder |
setGit(GitConfig.Builder builderForValue)
public ConfigSync.Builder setGit(GitConfig.Builder builderForValue)
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7;
Name | Description |
builderForValue | GitConfig.Builder |
Type | Description |
ConfigSync.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConfigSync.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ConfigSync.Builder |
setSourceFormat(String value)
public ConfigSync.Builder setSourceFormat(String value)
Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.
string source_format = 8;
Name | Description |
value | String The sourceFormat to set. |
Type | Description |
ConfigSync.Builder | This builder for chaining. |
setSourceFormatBytes(ByteString value)
public ConfigSync.Builder setSourceFormatBytes(ByteString value)
Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.
string source_format = 8;
Name | Description |
value | ByteString The bytes for sourceFormat to set. |
Type | Description |
ConfigSync.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSync.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ConfigSync.Builder |