Uses of Class
com.google.container.v1beta1.MasterAuth
-
Packages that use MasterAuth Package Description com.google.container.v1beta1 -
-
Uses of MasterAuth in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return MasterAuth Modifier and Type Method Description MasterAuth
MasterAuth.Builder. build()
MasterAuth
MasterAuth.Builder. buildPartial()
static MasterAuth
MasterAuth. getDefaultInstance()
MasterAuth
MasterAuth.Builder. getDefaultInstanceForType()
MasterAuth
MasterAuth. getDefaultInstanceForType()
MasterAuth
Cluster.Builder. getMasterAuth()
The authentication information for accessing the master endpoint.MasterAuth
Cluster. getMasterAuth()
The authentication information for accessing the master endpoint.MasterAuth
ClusterOrBuilder. getMasterAuth()
The authentication information for accessing the master endpoint.MasterAuth
SetMasterAuthRequest.Builder. getUpdate()
Required.MasterAuth
SetMasterAuthRequest. getUpdate()
Required.MasterAuth
SetMasterAuthRequestOrBuilder. getUpdate()
Required.static MasterAuth
MasterAuth. parseDelimitedFrom(InputStream input)
static MasterAuth
MasterAuth. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MasterAuth
MasterAuth. parseFrom(byte[] data)
static MasterAuth
MasterAuth. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MasterAuth
MasterAuth. parseFrom(com.google.protobuf.ByteString data)
static MasterAuth
MasterAuth. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MasterAuth
MasterAuth. parseFrom(com.google.protobuf.CodedInputStream input)
static MasterAuth
MasterAuth. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MasterAuth
MasterAuth. parseFrom(InputStream input)
static MasterAuth
MasterAuth. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MasterAuth
MasterAuth. parseFrom(ByteBuffer data)
static MasterAuth
MasterAuth. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type MasterAuth Modifier and Type Method Description com.google.protobuf.Parser<MasterAuth>
MasterAuth. getParserForType()
static com.google.protobuf.Parser<MasterAuth>
MasterAuth. parser()
Methods in com.google.container.v1beta1 with parameters of type MasterAuth Modifier and Type Method Description MasterAuth.Builder
MasterAuth.Builder. mergeFrom(MasterAuth other)
Cluster.Builder
Cluster.Builder. mergeMasterAuth(MasterAuth value)
The authentication information for accessing the master endpoint.SetMasterAuthRequest.Builder
SetMasterAuthRequest.Builder. mergeUpdate(MasterAuth value)
Required.static MasterAuth.Builder
MasterAuth. newBuilder(MasterAuth prototype)
Cluster.Builder
Cluster.Builder. setMasterAuth(MasterAuth value)
The authentication information for accessing the master endpoint.SetMasterAuthRequest.Builder
SetMasterAuthRequest.Builder. setUpdate(MasterAuth value)
Required.
-