Interface ListRuntimesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListRuntimesResponse
,ListRuntimesResponse.Builder
public interface ListRuntimesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRuntimesResponse.Runtime
getRuntimes(int index)
The runtimes that match the request.int
getRuntimesCount()
The runtimes that match the request.List<ListRuntimesResponse.Runtime>
getRuntimesList()
The runtimes that match the request.ListRuntimesResponse.RuntimeOrBuilder
getRuntimesOrBuilder(int index)
The runtimes that match the request.List<? extends ListRuntimesResponse.RuntimeOrBuilder>
getRuntimesOrBuilderList()
The runtimes that match the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuntimesList
List<ListRuntimesResponse.Runtime> getRuntimesList()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimes
ListRuntimesResponse.Runtime getRuntimes(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesCount
int getRuntimesCount()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesOrBuilderList
List<? extends ListRuntimesResponse.RuntimeOrBuilder> getRuntimesOrBuilderList()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesOrBuilder
ListRuntimesResponse.RuntimeOrBuilder getRuntimesOrBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
-