public interface FetchDeploymentStateResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FetchDeploymentStateResponse.DeployedFleetDetails |
getDetails(int index)
The details of a deployment in a given location.
|
int |
getDetailsCount()
The details of a deployment in a given location.
|
List<FetchDeploymentStateResponse.DeployedFleetDetails> |
getDetailsList()
The details of a deployment in a given location.
|
FetchDeploymentStateResponse.DeployedFleetDetailsOrBuilder |
getDetailsOrBuilder(int index)
The details of a deployment in a given location.
|
List<? extends FetchDeploymentStateResponse.DeployedFleetDetailsOrBuilder> |
getDetailsOrBuilderList()
The details of a deployment in a given location.
|
String |
getUnavailable(int index)
List of locations that could not be reached.
|
ByteString |
getUnavailableBytes(int index)
List of locations that could not be reached.
|
int |
getUnavailableCount()
List of locations that could not be reached.
|
List<String> |
getUnavailableList()
List of locations that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<FetchDeploymentStateResponse.DeployedFleetDetails> getDetailsList()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
FetchDeploymentStateResponse.DeployedFleetDetails getDetails(int index)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
int getDetailsCount()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
List<? extends FetchDeploymentStateResponse.DeployedFleetDetailsOrBuilder> getDetailsOrBuilderList()
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
FetchDeploymentStateResponse.DeployedFleetDetailsOrBuilder getDetailsOrBuilder(int index)
The details of a deployment in a given location.
repeated .google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails details = 1;
List<String> getUnavailableList()
List of locations that could not be reached.
repeated string unavailable = 2;
int getUnavailableCount()
List of locations that could not be reached.
repeated string unavailable = 2;
String getUnavailable(int index)
List of locations that could not be reached.
repeated string unavailable = 2;
index
- The index of the element to return.ByteString getUnavailableBytes(int index)
List of locations that could not be reached.
repeated string unavailable = 2;
index
- The index of the value to return.Copyright © 2020 Google LLC. All rights reserved.