Interface GatewayOuterClass.DeployResourceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.DeployResourceRequest,GatewayOuterClass.DeployResourceRequest.Builder
- Enclosing class:
GatewayOuterClass
public static interface GatewayOuterClass.DeployResourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResources(int index) list of resources to deployintlist of resources to deploylist of resources to deploygetResourcesOrBuilder(int index) list of resources to deployList<? extends GatewayOuterClass.ResourceOrBuilder> list of resources to deploythe tenant id of the resources to deploycom.google.protobuf.ByteStringthe tenant id of the resources to deployMethods 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
-
getResourcesList
List<GatewayOuterClass.Resource> getResourcesList()list of resources to deploy
repeated .gateway_protocol.Resource resources = 1; -
getResources
list of resources to deploy
repeated .gateway_protocol.Resource resources = 1; -
getResourcesCount
int getResourcesCount()list of resources to deploy
repeated .gateway_protocol.Resource resources = 1; -
getResourcesOrBuilderList
List<? extends GatewayOuterClass.ResourceOrBuilder> getResourcesOrBuilderList()list of resources to deploy
repeated .gateway_protocol.Resource resources = 1; -
getResourcesOrBuilder
list of resources to deploy
repeated .gateway_protocol.Resource resources = 1; -
getTenantId
String getTenantId()the tenant id of the resources to deploy
string tenantId = 2;- Returns:
- The tenantId.
-
getTenantIdBytes
com.google.protobuf.ByteString getTenantIdBytes()the tenant id of the resources to deploy
string tenantId = 2;- Returns:
- The bytes for tenantId.
-