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