Uses of Interface
com.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeOrBuilder
-
Packages that use ListRuntimesResponse.RuntimeOrBuilder Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of ListRuntimesResponse.RuntimeOrBuilder in com.google.cloud.functions.v2beta
Classes in com.google.cloud.functions.v2beta that implement ListRuntimesResponse.RuntimeOrBuilder Modifier and Type Class Description static classListRuntimesResponse.RuntimeDescribes a runtime and any special information (e.g., deprecation status) related to it.static classListRuntimesResponse.Runtime.BuilderDescribes a runtime and any special information (e.g., deprecation status) related to it.Methods in com.google.cloud.functions.v2beta that return ListRuntimesResponse.RuntimeOrBuilder Modifier and Type Method Description ListRuntimesResponse.RuntimeOrBuilderListRuntimesResponse.Builder. getRuntimesOrBuilder(int index)The runtimes that match the request.ListRuntimesResponse.RuntimeOrBuilderListRuntimesResponse. getRuntimesOrBuilder(int index)The runtimes that match the request.ListRuntimesResponse.RuntimeOrBuilderListRuntimesResponseOrBuilder. getRuntimesOrBuilder(int index)The runtimes that match the request.Methods in com.google.cloud.functions.v2beta 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.
-