Uses of Class
com.google.container.v1.ListOperationsResponse
-
Packages that use ListOperationsResponse Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of ListOperationsResponse in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return ListOperationsResponse Modifier and Type Method Description ListOperationsResponse
ClusterManagerClient. listOperations(ListOperationsRequest request)
Lists all operations in a project in a specific zone or all zones.ListOperationsResponse
ClusterManagerClient. listOperations(String projectId, String zone)
Lists all operations in a project in a specific zone or all zones.Methods in com.google.cloud.container.v1 that return types with arguments of type ListOperationsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListOperationsRequest,ListOperationsResponse>
ClusterManagerClient. listOperationsCallable()
Lists all operations in a project in a specific zone or all zones.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListOperationsRequest,ListOperationsResponse>
ClusterManagerSettings.Builder. listOperationsSettings()
Returns the builder for the settings used for calls to listOperations.com.google.api.gax.rpc.UnaryCallSettings<ListOperationsRequest,ListOperationsResponse>
ClusterManagerSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations. -
Uses of ListOperationsResponse in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type ListOperationsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListOperationsRequest,ListOperationsResponse>
ClusterManagerStub. listOperationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListOperationsRequest,ListOperationsResponse>
GrpcClusterManagerStub. listOperationsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListOperationsRequest,ListOperationsResponse>
ClusterManagerStubSettings.Builder. listOperationsSettings()
Returns the builder for the settings used for calls to listOperations.com.google.api.gax.rpc.UnaryCallSettings<ListOperationsRequest,ListOperationsResponse>
ClusterManagerStubSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations. -
Uses of ListOperationsResponse in com.google.container.v1
Methods in com.google.container.v1 that return ListOperationsResponse Modifier and Type Method Description ListOperationsResponse
ListOperationsResponse.Builder. build()
ListOperationsResponse
ListOperationsResponse.Builder. buildPartial()
static ListOperationsResponse
ListOperationsResponse. getDefaultInstance()
ListOperationsResponse
ListOperationsResponse.Builder. getDefaultInstanceForType()
ListOperationsResponse
ListOperationsResponse. getDefaultInstanceForType()
ListOperationsResponse
ClusterManagerGrpc.ClusterManagerBlockingStub. listOperations(ListOperationsRequest request)
Lists all operations in a project in a specific zone or all zones.static ListOperationsResponse
ListOperationsResponse. parseDelimitedFrom(InputStream input)
static ListOperationsResponse
ListOperationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsResponse
ListOperationsResponse. parseFrom(byte[] data)
static ListOperationsResponse
ListOperationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsResponse
ListOperationsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListOperationsResponse
ListOperationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsResponse
ListOperationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListOperationsResponse
ListOperationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsResponse
ListOperationsResponse. parseFrom(InputStream input)
static ListOperationsResponse
ListOperationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsResponse
ListOperationsResponse. parseFrom(ByteBuffer data)
static ListOperationsResponse
ListOperationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type ListOperationsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListOperationsRequest,ListOperationsResponse>
ClusterManagerGrpc. getListOperationsMethod()
com.google.protobuf.Parser<ListOperationsResponse>
ListOperationsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListOperationsResponse>
ClusterManagerGrpc.ClusterManagerFutureStub. listOperations(ListOperationsRequest request)
Lists all operations in a project in a specific zone or all zones.static com.google.protobuf.Parser<ListOperationsResponse>
ListOperationsResponse. parser()
Methods in com.google.container.v1 with parameters of type ListOperationsResponse Modifier and Type Method Description ListOperationsResponse.Builder
ListOperationsResponse.Builder. mergeFrom(ListOperationsResponse other)
static ListOperationsResponse.Builder
ListOperationsResponse. newBuilder(ListOperationsResponse prototype)
Method parameters in com.google.container.v1 with type arguments of type ListOperationsResponse Modifier and Type Method Description default void
ClusterManagerGrpc.AsyncService. listOperations(ListOperationsRequest request, io.grpc.stub.StreamObserver<ListOperationsResponse> responseObserver)
Lists all operations in a project in a specific zone or all zones.void
ClusterManagerGrpc.ClusterManagerStub. listOperations(ListOperationsRequest request, io.grpc.stub.StreamObserver<ListOperationsResponse> responseObserver)
Lists all operations in a project in a specific zone or all zones.
-