Uses of Class
com.google.cloud.gkehub.configmanagement.v1beta.ConfigSync
-
Packages that use ConfigSync Package Description com.google.cloud.gkehub.configmanagement.v1beta -
-
Uses of ConfigSync in com.google.cloud.gkehub.configmanagement.v1beta
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return ConfigSync Modifier and Type Method Description ConfigSync
ConfigSync.Builder. build()
ConfigSync
ConfigSync.Builder. buildPartial()
ConfigSync
MembershipSpec.Builder. getConfigSync()
Config Sync configuration for the cluster.ConfigSync
MembershipSpec. getConfigSync()
Config Sync configuration for the cluster.ConfigSync
MembershipSpecOrBuilder. getConfigSync()
Config Sync configuration for the cluster.static ConfigSync
ConfigSync. getDefaultInstance()
ConfigSync
ConfigSync.Builder. getDefaultInstanceForType()
ConfigSync
ConfigSync. getDefaultInstanceForType()
static ConfigSync
ConfigSync. parseDelimitedFrom(InputStream input)
static ConfigSync
ConfigSync. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigSync
ConfigSync. parseFrom(byte[] data)
static ConfigSync
ConfigSync. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigSync
ConfigSync. parseFrom(com.google.protobuf.ByteString data)
static ConfigSync
ConfigSync. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigSync
ConfigSync. parseFrom(com.google.protobuf.CodedInputStream input)
static ConfigSync
ConfigSync. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigSync
ConfigSync. parseFrom(InputStream input)
static ConfigSync
ConfigSync. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigSync
ConfigSync. parseFrom(ByteBuffer data)
static ConfigSync
ConfigSync. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return types with arguments of type ConfigSync Modifier and Type Method Description com.google.protobuf.Parser<ConfigSync>
ConfigSync. getParserForType()
static com.google.protobuf.Parser<ConfigSync>
ConfigSync. parser()
Methods in com.google.cloud.gkehub.configmanagement.v1beta with parameters of type ConfigSync Modifier and Type Method Description MembershipSpec.Builder
MembershipSpec.Builder. mergeConfigSync(ConfigSync value)
Config Sync configuration for the cluster.ConfigSync.Builder
ConfigSync.Builder. mergeFrom(ConfigSync other)
static ConfigSync.Builder
ConfigSync. newBuilder(ConfigSync prototype)
MembershipSpec.Builder
MembershipSpec.Builder. setConfigSync(ConfigSync value)
Config Sync configuration for the cluster.
-