public interface ListRuntimesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRuntimes(int index)
public abstract ListRuntimesResponse.Runtime getRuntimes(int index)The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
| Name | Description |
| index | int |
| Type | Description |
| ListRuntimesResponse.Runtime |
getRuntimesCount()
public abstract int getRuntimesCount()The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
| Type | Description |
| int |
getRuntimesList()
public abstract List<ListRuntimesResponse.Runtime> getRuntimesList()The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
| Type | Description |
| List<Runtime> |
getRuntimesOrBuilder(int index)
public abstract ListRuntimesResponse.RuntimeOrBuilder getRuntimesOrBuilder(int index)The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
| Name | Description |
| index | int |
| Type | Description |
| ListRuntimesResponse.RuntimeOrBuilder |
getRuntimesOrBuilderList()
public abstract List<? extends ListRuntimesResponse.RuntimeOrBuilder> getRuntimesOrBuilderList()The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
| Type | Description |
| List<? extends com.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeOrBuilder> |