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 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;
-