public interface ListRuntimesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ListRuntimesResponse.Runtime> getRuntimesList()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;ListRuntimesResponse.Runtime getRuntimes(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;int getRuntimesCount()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;List<? extends ListRuntimesResponse.RuntimeOrBuilder> getRuntimesOrBuilderList()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;ListRuntimesResponse.RuntimeOrBuilder getRuntimesOrBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;Copyright © 2023 Google LLC. All rights reserved.