public static final class FetchDeploymentStateResponse.Builder extends GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder> implements FetchDeploymentStateResponseOrBuilder
Response message for GameServerDeploymentsService.FetchDeploymentState.Protobuf type
google.cloud.gaming.v1alpha.FetchDeploymentStateResponsegetAllFields, 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<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic FetchDeploymentStateResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic FetchDeploymentStateResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic FetchDeploymentStateResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder mergeFrom(FetchDeploymentStateResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public FetchDeploymentStateResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<FetchDeploymentStateResponse.Builder>IOExceptionpublic List<FetchDeploymentStateResponse.DeployedFleetDetails> getDetailsList()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
getDetailsList in interface FetchDeploymentStateResponseOrBuilderpublic int getDetailsCount()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
getDetailsCount in interface FetchDeploymentStateResponseOrBuilderpublic FetchDeploymentStateResponse.DeployedFleetDetails getDetails(int index)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
getDetails in interface FetchDeploymentStateResponseOrBuilderpublic FetchDeploymentStateResponse.Builder setDetails(int index, FetchDeploymentStateResponse.DeployedFleetDetails value)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder setDetails(int index, FetchDeploymentStateResponse.DeployedFleetDetails.Builder builderForValue)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder addDetails(FetchDeploymentStateResponse.DeployedFleetDetails value)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder addDetails(int index, FetchDeploymentStateResponse.DeployedFleetDetails value)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder addDetails(FetchDeploymentStateResponse.DeployedFleetDetails.Builder builderForValue)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder addDetails(int index, FetchDeploymentStateResponse.DeployedFleetDetails.Builder builderForValue)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder addAllDetails(Iterable<? extends FetchDeploymentStateResponse.DeployedFleetDetails> values)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder clearDetails()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.Builder removeDetails(int index)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.DeployedFleetDetails.Builder getDetailsBuilder(int index)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.DeployedFleetDetailsOrBuilder getDetailsOrBuilder(int index)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
getDetailsOrBuilder in interface FetchDeploymentStateResponseOrBuilderpublic List<? extends FetchDeploymentStateResponse.DeployedFleetDetailsOrBuilder> getDetailsOrBuilderList()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
getDetailsOrBuilderList in interface FetchDeploymentStateResponseOrBuilderpublic FetchDeploymentStateResponse.DeployedFleetDetails.Builder addDetailsBuilder()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public FetchDeploymentStateResponse.DeployedFleetDetails.Builder addDetailsBuilder(int index)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public List<FetchDeploymentStateResponse.DeployedFleetDetails.Builder> getDetailsBuilderList()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
public ProtocolStringList getUnavailableList()
List of locations that could not be reached.
repeated string unavailable = 2;getUnavailableList in interface FetchDeploymentStateResponseOrBuilderpublic int getUnavailableCount()
List of locations that could not be reached.
repeated string unavailable = 2;getUnavailableCount in interface FetchDeploymentStateResponseOrBuilderpublic String getUnavailable(int index)
List of locations that could not be reached.
repeated string unavailable = 2;getUnavailable in interface FetchDeploymentStateResponseOrBuilderindex - The index of the element to return.public ByteString getUnavailableBytes(int index)
List of locations that could not be reached.
repeated string unavailable = 2;getUnavailableBytes in interface FetchDeploymentStateResponseOrBuilderindex - The index of the value to return.public FetchDeploymentStateResponse.Builder setUnavailable(int index, String value)
List of locations that could not be reached.
repeated string unavailable = 2;index - The index to set the value at.value - The unavailable to set.public FetchDeploymentStateResponse.Builder addUnavailable(String value)
List of locations that could not be reached.
repeated string unavailable = 2;value - The unavailable to add.public FetchDeploymentStateResponse.Builder addAllUnavailable(Iterable<String> values)
List of locations that could not be reached.
repeated string unavailable = 2;values - The unavailable to add.public FetchDeploymentStateResponse.Builder clearUnavailable()
List of locations that could not be reached.
repeated string unavailable = 2;public FetchDeploymentStateResponse.Builder addUnavailableBytes(ByteString value)
List of locations that could not be reached.
repeated string unavailable = 2;value - The bytes of the unavailable to add.public final FetchDeploymentStateResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>public final FetchDeploymentStateResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.Builder>Copyright © 2020 Google LLC. All rights reserved.