public static final class GkeClusterReference.Builder extends GeneratedMessageV3.Builder<GkeClusterReference.Builder> implements GkeClusterReferenceOrBuilder
GkeClusterReference represents a reference to a GKE cluster.Protobuf type
google.cloud.gaming.v1alpha.GkeClusterReference| Modifier and Type | Method and Description |
|---|---|
GkeClusterReference.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
GkeClusterReference |
build() |
GkeClusterReference |
buildPartial() |
GkeClusterReference.Builder |
clear() |
GkeClusterReference.Builder |
clearCluster()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
|
GkeClusterReference.Builder |
clearField(Descriptors.FieldDescriptor field) |
GkeClusterReference.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
GkeClusterReference.Builder |
clone() |
String |
getCluster()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
|
ByteString |
getClusterBytes()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
|
GkeClusterReference |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GkeClusterReference.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
GkeClusterReference.Builder |
mergeFrom(GkeClusterReference other) |
GkeClusterReference.Builder |
mergeFrom(Message other) |
GkeClusterReference.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
GkeClusterReference.Builder |
setCluster(String value)
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
|
GkeClusterReference.Builder |
setClusterBytes(ByteString value)
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
|
GkeClusterReference.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
GkeClusterReference.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
GkeClusterReference.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic GkeClusterReference build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic GkeClusterReference buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic GkeClusterReference.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder mergeFrom(GkeClusterReference other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public GkeClusterReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<GkeClusterReference.Builder>IOExceptionpublic String getCluster()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
string cluster = 1;getCluster in interface GkeClusterReferenceOrBuilderpublic ByteString getClusterBytes()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
string cluster = 1;getClusterBytes in interface GkeClusterReferenceOrBuilderpublic GkeClusterReference.Builder setCluster(String value)
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
string cluster = 1;value - The cluster to set.public GkeClusterReference.Builder clearCluster()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
string cluster = 1;public GkeClusterReference.Builder setClusterBytes(ByteString value)
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
string cluster = 1;value - The bytes for cluster to set.public final GkeClusterReference.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>public final GkeClusterReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<GkeClusterReference.Builder>Copyright © 2020 Google LLC. All rights reserved.