Uses of Class
com.google.container.v1.ListOperationsRequest
-
Packages that use ListOperationsRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of ListOperationsRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type ListOperationsRequest 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.Methods in com.google.cloud.container.v1 with parameters of type ListOperationsRequest Modifier and Type Method Description ListOperationsResponse
ClusterManagerClient. listOperations(ListOperationsRequest request)
Lists all operations in a project in a specific zone or all zones. -
Uses of ListOperationsRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type ListOperationsRequest 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 ListOperationsRequest in com.google.container.v1
Methods in com.google.container.v1 that return ListOperationsRequest Modifier and Type Method Description ListOperationsRequest
ListOperationsRequest.Builder. build()
ListOperationsRequest
ListOperationsRequest.Builder. buildPartial()
static ListOperationsRequest
ListOperationsRequest. getDefaultInstance()
ListOperationsRequest
ListOperationsRequest.Builder. getDefaultInstanceForType()
ListOperationsRequest
ListOperationsRequest. getDefaultInstanceForType()
static ListOperationsRequest
ListOperationsRequest. parseDelimitedFrom(InputStream input)
static ListOperationsRequest
ListOperationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsRequest
ListOperationsRequest. parseFrom(byte[] data)
static ListOperationsRequest
ListOperationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsRequest
ListOperationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListOperationsRequest
ListOperationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsRequest
ListOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListOperationsRequest
ListOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsRequest
ListOperationsRequest. parseFrom(InputStream input)
static ListOperationsRequest
ListOperationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOperationsRequest
ListOperationsRequest. parseFrom(ByteBuffer data)
static ListOperationsRequest
ListOperationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type ListOperationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListOperationsRequest,ListOperationsResponse>
ClusterManagerGrpc. getListOperationsMethod()
com.google.protobuf.Parser<ListOperationsRequest>
ListOperationsRequest. getParserForType()
static com.google.protobuf.Parser<ListOperationsRequest>
ListOperationsRequest. parser()
Methods in com.google.container.v1 with parameters of type ListOperationsRequest 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.ListOperationsResponse
ClusterManagerGrpc.ClusterManagerBlockingStub. listOperations(ListOperationsRequest request)
Lists all operations in a project in a specific zone or all zones.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.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.ListOperationsRequest.Builder
ListOperationsRequest.Builder. mergeFrom(ListOperationsRequest other)
static ListOperationsRequest.Builder
ListOperationsRequest. newBuilder(ListOperationsRequest prototype)
-