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