Uses of Class
com.google.container.v1beta1.Master
-
Packages that use Master Package Description com.google.container.v1beta1 -
-
Uses of Master in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return Master Modifier and Type Method Description Master
Master.Builder. build()
Master
Master.Builder. buildPartial()
static Master
Master. getDefaultInstance()
Master
Master.Builder. getDefaultInstanceForType()
Master
Master. getDefaultInstanceForType()
Master
ClusterUpdate.Builder. getDesiredMaster()
Configuration for master components.Master
ClusterUpdate. getDesiredMaster()
Configuration for master components.Master
ClusterUpdateOrBuilder. getDesiredMaster()
Configuration for master components.Master
Cluster.Builder. getMaster()
Configuration for master components.Master
Cluster. getMaster()
Configuration for master components.Master
ClusterOrBuilder. getMaster()
Configuration for master components.static Master
Master. parseDelimitedFrom(InputStream input)
static Master
Master. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Master
Master. parseFrom(byte[] data)
static Master
Master. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Master
Master. parseFrom(com.google.protobuf.ByteString data)
static Master
Master. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Master
Master. parseFrom(com.google.protobuf.CodedInputStream input)
static Master
Master. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Master
Master. parseFrom(InputStream input)
static Master
Master. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Master
Master. parseFrom(ByteBuffer data)
static Master
Master. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type Master Modifier and Type Method Description com.google.protobuf.Parser<Master>
Master. getParserForType()
static com.google.protobuf.Parser<Master>
Master. parser()
Methods in com.google.container.v1beta1 with parameters of type Master Modifier and Type Method Description ClusterUpdate.Builder
ClusterUpdate.Builder. mergeDesiredMaster(Master value)
Configuration for master components.Master.Builder
Master.Builder. mergeFrom(Master other)
Cluster.Builder
Cluster.Builder. mergeMaster(Master value)
Configuration for master components.static Master.Builder
Master. newBuilder(Master prototype)
ClusterUpdate.Builder
ClusterUpdate.Builder. setDesiredMaster(Master value)
Configuration for master components.Cluster.Builder
Cluster.Builder. setMaster(Master value)
Configuration for master components.
-