Package api
Interface SubmitOuterClass.ServiceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubmitOuterClass.ServiceConfig,SubmitOuterClass.ServiceConfig.Builder
- Enclosing class:
- SubmitOuterClass
public static interface SubmitOuterClass.ServiceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPorts(int index)repeated uint32 ports = 2;intgetPortsCount()repeated uint32 ports = 2;List<Integer>getPortsList()repeated uint32 ports = 2;SubmitOuterClass.ServiceTypegetType().api.ServiceType type = 1;intgetTypeValue().api.ServiceType type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
.api.ServiceType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
SubmitOuterClass.ServiceType getType()
.api.ServiceType type = 1;- Returns:
- The type.
-
getPortsList
List<Integer> getPortsList()
repeated uint32 ports = 2;- Returns:
- A list containing the ports.
-
getPortsCount
int getPortsCount()
repeated uint32 ports = 2;- Returns:
- The count of ports.
-
getPorts
int getPorts(int index)
repeated uint32 ports = 2;- Parameters:
index- The index of the element to return.- Returns:
- The ports at the given index.
-
-