Uses of Class
com.google.cloud.functions.v2.ListRuntimesResponse.Runtime
-
Packages that use ListRuntimesResponse.Runtime Package Description com.google.cloud.functions.v2 A client to Cloud Functions API -
-
Uses of ListRuntimesResponse.Runtime in com.google.cloud.functions.v2
Methods in com.google.cloud.functions.v2 that return ListRuntimesResponse.Runtime Modifier and Type Method Description ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime.Builder. build()
ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime.Builder. buildPartial()
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. getDefaultInstance()
ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime.Builder. getDefaultInstanceForType()
ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. getDefaultInstanceForType()
ListRuntimesResponse.Runtime
ListRuntimesResponse.Builder. getRuntimes(int index)
The runtimes that match the request.ListRuntimesResponse.Runtime
ListRuntimesResponse. getRuntimes(int index)
The runtimes that match the request.ListRuntimesResponse.Runtime
ListRuntimesResponseOrBuilder. getRuntimes(int index)
The runtimes that match the request.static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseDelimitedFrom(InputStream input)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(byte[] data)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(com.google.protobuf.ByteString data)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(InputStream input)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(ByteBuffer data)
static ListRuntimesResponse.Runtime
ListRuntimesResponse.Runtime. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2 that return types with arguments of type ListRuntimesResponse.Runtime Modifier and Type Method Description com.google.protobuf.Parser<ListRuntimesResponse.Runtime>
ListRuntimesResponse.Runtime. getParserForType()
List<ListRuntimesResponse.Runtime>
ListRuntimesResponse.Builder. getRuntimesList()
The runtimes that match the request.List<ListRuntimesResponse.Runtime>
ListRuntimesResponse. getRuntimesList()
The runtimes that match the request.List<ListRuntimesResponse.Runtime>
ListRuntimesResponseOrBuilder. getRuntimesList()
The runtimes that match the request.static com.google.protobuf.Parser<ListRuntimesResponse.Runtime>
ListRuntimesResponse.Runtime. parser()
Methods in com.google.cloud.functions.v2 with parameters of type ListRuntimesResponse.Runtime Modifier and Type Method Description ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. addRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. addRuntimes(ListRuntimesResponse.Runtime value)
The runtimes that match the request.ListRuntimesResponse.Runtime.Builder
ListRuntimesResponse.Runtime.Builder. mergeFrom(ListRuntimesResponse.Runtime other)
static ListRuntimesResponse.Runtime.Builder
ListRuntimesResponse.Runtime. newBuilder(ListRuntimesResponse.Runtime prototype)
ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. setRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.Method parameters in com.google.cloud.functions.v2 with type arguments of type ListRuntimesResponse.Runtime Modifier and Type Method Description ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. addAllRuntimes(Iterable<? extends ListRuntimesResponse.Runtime> values)
The runtimes that match the request.
-