Interface GatewayOuterClass.DeployResourceResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.DeployResourceResponse,GatewayOuterClass.DeployResourceResponse.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.DeployResourceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDeployments(int index) a list of deployed resources, e.g.inta list of deployed resources, e.g.a list of deployed resources, e.g.getDeploymentsOrBuilder(int index) a list of deployed resources, e.g.List<? extends GatewayOuterClass.DeploymentOrBuilder>a list of deployed resources, e.g.longgetKey()the unique key identifying the deploymentthe tenant id of the deployed resourcescom.google.protobuf.ByteStringthe tenant id of the deployed resourcesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
long getKey()the unique key identifying the deployment
int64 key = 1;- Returns:
- The key.
-
getDeploymentsList
List<GatewayOuterClass.Deployment> getDeploymentsList()a list of deployed resources, e.g. processes
repeated .gateway_protocol.Deployment deployments = 2; -
getDeployments
a list of deployed resources, e.g. processes
repeated .gateway_protocol.Deployment deployments = 2; -
getDeploymentsCount
int getDeploymentsCount()a list of deployed resources, e.g. processes
repeated .gateway_protocol.Deployment deployments = 2; -
getDeploymentsOrBuilderList
List<? extends GatewayOuterClass.DeploymentOrBuilder> getDeploymentsOrBuilderList()a list of deployed resources, e.g. processes
repeated .gateway_protocol.Deployment deployments = 2; -
getDeploymentsOrBuilder
a list of deployed resources, e.g. processes
repeated .gateway_protocol.Deployment deployments = 2; -
getTenantId
String getTenantId()the tenant id of the deployed resources
string tenantId = 3;- Returns:
- The tenantId.
-
getTenantIdBytes
com.google.protobuf.ByteString getTenantIdBytes()the tenant id of the deployed resources
string tenantId = 3;- Returns:
- The bytes for tenantId.
-