Uses of Class
com.google.container.v1beta1.ListOperationsRequest
-
Packages that use ListOperationsRequest Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of ListOperationsRequest in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 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 the specified 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.v1beta1 with parameters of type ListOperationsRequest Modifier and Type Method Description ListOperationsResponseClusterManagerClient. listOperations(ListOperationsRequest request)Lists all operations in a project in the specified zone or all zones. -
Uses of ListOperationsRequest in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.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.v1beta1
Methods in com.google.container.v1beta1 that return ListOperationsRequest Modifier and Type Method Description ListOperationsRequestListOperationsRequest.Builder. build()ListOperationsRequestListOperationsRequest.Builder. buildPartial()static ListOperationsRequestListOperationsRequest. getDefaultInstance()ListOperationsRequestListOperationsRequest.Builder. getDefaultInstanceForType()ListOperationsRequestListOperationsRequest. getDefaultInstanceForType()static ListOperationsRequestListOperationsRequest. parseDelimitedFrom(InputStream input)static ListOperationsRequestListOperationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOperationsRequestListOperationsRequest. parseFrom(byte[] data)static ListOperationsRequestListOperationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOperationsRequestListOperationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListOperationsRequestListOperationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOperationsRequestListOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListOperationsRequestListOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOperationsRequestListOperationsRequest. parseFrom(InputStream input)static ListOperationsRequestListOperationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOperationsRequestListOperationsRequest. parseFrom(ByteBuffer data)static ListOperationsRequestListOperationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1beta1 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.v1beta1 with parameters of type ListOperationsRequest Modifier and Type Method Description default voidClusterManagerGrpc.AsyncService. listOperations(ListOperationsRequest request, io.grpc.stub.StreamObserver<ListOperationsResponse> responseObserver)Lists all operations in a project in the specified zone or all zones.ListOperationsResponseClusterManagerGrpc.ClusterManagerBlockingStub. listOperations(ListOperationsRequest request)Lists all operations in a project in the specified zone or all zones.com.google.common.util.concurrent.ListenableFuture<ListOperationsResponse>ClusterManagerGrpc.ClusterManagerFutureStub. listOperations(ListOperationsRequest request)Lists all operations in a project in the specified zone or all zones.voidClusterManagerGrpc.ClusterManagerStub. listOperations(ListOperationsRequest request, io.grpc.stub.StreamObserver<ListOperationsResponse> responseObserver)Lists all operations in a project in the specified zone or all zones.ListOperationsRequest.BuilderListOperationsRequest.Builder. mergeFrom(ListOperationsRequest other)static ListOperationsRequest.BuilderListOperationsRequest. newBuilder(ListOperationsRequest prototype)
-