Uses of Interface
com.google.cloud.functions.v2.ListRuntimesResponse.RuntimeOrBuilder
-
Packages that use ListRuntimesResponse.RuntimeOrBuilder Package Description com.google.cloud.functions.v2 A client to Cloud Functions API -
-
Uses of ListRuntimesResponse.RuntimeOrBuilder in com.google.cloud.functions.v2
Classes in com.google.cloud.functions.v2 that implement ListRuntimesResponse.RuntimeOrBuilder Modifier and Type Class Description static class
ListRuntimesResponse.Runtime
Describes a runtime and any special information (e.g., deprecation status) related to it.static class
ListRuntimesResponse.Runtime.Builder
Describes a runtime and any special information (e.g., deprecation status) related to it.Methods in com.google.cloud.functions.v2 that return ListRuntimesResponse.RuntimeOrBuilder Modifier and Type Method Description ListRuntimesResponse.RuntimeOrBuilder
ListRuntimesResponse.Builder. getRuntimesOrBuilder(int index)
The runtimes that match the request.ListRuntimesResponse.RuntimeOrBuilder
ListRuntimesResponse. getRuntimesOrBuilder(int index)
The runtimes that match the request.ListRuntimesResponse.RuntimeOrBuilder
ListRuntimesResponseOrBuilder. getRuntimesOrBuilder(int index)
The runtimes that match the request.Methods in com.google.cloud.functions.v2 that return types with arguments of type ListRuntimesResponse.RuntimeOrBuilder Modifier and Type Method Description List<? extends ListRuntimesResponse.RuntimeOrBuilder>
ListRuntimesResponse.Builder. getRuntimesOrBuilderList()
The runtimes that match the request.List<? extends ListRuntimesResponse.RuntimeOrBuilder>
ListRuntimesResponse. getRuntimesOrBuilderList()
The runtimes that match the request.List<? extends ListRuntimesResponse.RuntimeOrBuilder>
ListRuntimesResponseOrBuilder. getRuntimesOrBuilderList()
The runtimes that match the request.
-