public static final class PreviewCreateGameServerClusterRequest.Builder extends GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder> implements PreviewCreateGameServerClusterRequestOrBuilder
Request message for GameServerClustersService.PreviewCreateGameServerCluster.Protobuf type
google.cloud.gaming.v1alpha.PreviewCreateGameServerClusterRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public PreviewCreateGameServerClusterRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public PreviewCreateGameServerClusterRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public PreviewCreateGameServerClusterRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder mergeFrom(PreviewCreateGameServerClusterRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public PreviewCreateGameServerClusterRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<PreviewCreateGameServerClusterRequest.Builder>
IOException
public String getParent()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/realms/{realm-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
getParent
in interface PreviewCreateGameServerClusterRequestOrBuilder
public ByteString getParentBytes()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/realms/{realm-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
getParentBytes
in interface PreviewCreateGameServerClusterRequestOrBuilder
public PreviewCreateGameServerClusterRequest.Builder setParent(String value)
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/realms/{realm-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The parent to set.public PreviewCreateGameServerClusterRequest.Builder clearParent()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/realms/{realm-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
public PreviewCreateGameServerClusterRequest.Builder setParentBytes(ByteString value)
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/realms/{realm-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for parent to set.public String getGameServerClusterId()
Required. The ID of the game server cluster resource to be created.
string game_server_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
getGameServerClusterId
in interface PreviewCreateGameServerClusterRequestOrBuilder
public ByteString getGameServerClusterIdBytes()
Required. The ID of the game server cluster resource to be created.
string game_server_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
getGameServerClusterIdBytes
in interface PreviewCreateGameServerClusterRequestOrBuilder
public PreviewCreateGameServerClusterRequest.Builder setGameServerClusterId(String value)
Required. The ID of the game server cluster resource to be created.
string game_server_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The gameServerClusterId to set.public PreviewCreateGameServerClusterRequest.Builder clearGameServerClusterId()
Required. The ID of the game server cluster resource to be created.
string game_server_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
public PreviewCreateGameServerClusterRequest.Builder setGameServerClusterIdBytes(ByteString value)
Required. The ID of the game server cluster resource to be created.
string game_server_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for gameServerClusterId to set.public boolean hasGameServerCluster()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
hasGameServerCluster
in interface PreviewCreateGameServerClusterRequestOrBuilder
public GameServerCluster getGameServerCluster()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
getGameServerCluster
in interface PreviewCreateGameServerClusterRequestOrBuilder
public PreviewCreateGameServerClusterRequest.Builder setGameServerCluster(GameServerCluster value)
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
public PreviewCreateGameServerClusterRequest.Builder setGameServerCluster(GameServerCluster.Builder builderForValue)
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
public PreviewCreateGameServerClusterRequest.Builder mergeGameServerCluster(GameServerCluster value)
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
public PreviewCreateGameServerClusterRequest.Builder clearGameServerCluster()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
public GameServerCluster.Builder getGameServerClusterBuilder()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
public GameServerClusterOrBuilder getGameServerClusterOrBuilder()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
getGameServerClusterOrBuilder
in interface PreviewCreateGameServerClusterRequestOrBuilder
public boolean hasPreviewTime()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
hasPreviewTime
in interface PreviewCreateGameServerClusterRequestOrBuilder
public Timestamp getPreviewTime()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
getPreviewTime
in interface PreviewCreateGameServerClusterRequestOrBuilder
public PreviewCreateGameServerClusterRequest.Builder setPreviewTime(Timestamp value)
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public PreviewCreateGameServerClusterRequest.Builder setPreviewTime(Timestamp.Builder builderForValue)
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public PreviewCreateGameServerClusterRequest.Builder mergePreviewTime(Timestamp value)
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public PreviewCreateGameServerClusterRequest.Builder clearPreviewTime()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public Timestamp.Builder getPreviewTimeBuilder()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public TimestampOrBuilder getPreviewTimeOrBuilder()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
getPreviewTimeOrBuilder
in interface PreviewCreateGameServerClusterRequestOrBuilder
public final PreviewCreateGameServerClusterRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
public final PreviewCreateGameServerClusterRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<PreviewCreateGameServerClusterRequest.Builder>
Copyright © 2020 Google LLC. All rights reserved.