Uses of Class
com.google.cloud.notebooks.v1beta1.SetInstanceLabelsRequest
-
Packages that use SetInstanceLabelsRequest Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks APIcom.google.cloud.notebooks.v1beta1.stub -
-
Uses of SetInstanceLabelsRequest in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return SetInstanceLabelsRequest Modifier and Type Method Description SetInstanceLabelsRequestSetInstanceLabelsRequest.Builder. build()SetInstanceLabelsRequestSetInstanceLabelsRequest.Builder. buildPartial()static SetInstanceLabelsRequestSetInstanceLabelsRequest. getDefaultInstance()SetInstanceLabelsRequestSetInstanceLabelsRequest.Builder. getDefaultInstanceForType()SetInstanceLabelsRequestSetInstanceLabelsRequest. getDefaultInstanceForType()static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseDelimitedFrom(InputStream input)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(byte[] data)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(com.google.protobuf.ByteString data)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(InputStream input)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(ByteBuffer data)static SetInstanceLabelsRequestSetInstanceLabelsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1beta1 that return types with arguments of type SetInstanceLabelsRequest Modifier and Type Method Description com.google.protobuf.Parser<SetInstanceLabelsRequest>SetInstanceLabelsRequest. getParserForType()static io.grpc.MethodDescriptor<SetInstanceLabelsRequest,com.google.longrunning.Operation>NotebookServiceGrpc. getSetInstanceLabelsMethod()static com.google.protobuf.Parser<SetInstanceLabelsRequest>SetInstanceLabelsRequest. parser()com.google.api.gax.rpc.UnaryCallable<SetInstanceLabelsRequest,com.google.longrunning.Operation>NotebookServiceClient. setInstanceLabelsCallable()Updates the labels of an Instance.com.google.api.gax.rpc.OperationCallable<SetInstanceLabelsRequest,Instance,OperationMetadata>NotebookServiceClient. setInstanceLabelsOperationCallable()Updates the labels of an Instance.com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceLabelsRequest,Instance,OperationMetadata>NotebookServiceSettings.Builder. setInstanceLabelsOperationSettings()Returns the builder for the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.OperationCallSettings<SetInstanceLabelsRequest,Instance,OperationMetadata>NotebookServiceSettings. setInstanceLabelsOperationSettings()Returns the object with the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceLabelsRequest,com.google.longrunning.Operation>NotebookServiceSettings.Builder. setInstanceLabelsSettings()Returns the builder for the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.UnaryCallSettings<SetInstanceLabelsRequest,com.google.longrunning.Operation>NotebookServiceSettings. setInstanceLabelsSettings()Returns the object with the settings used for calls to setInstanceLabels.Methods in com.google.cloud.notebooks.v1beta1 with parameters of type SetInstanceLabelsRequest Modifier and Type Method Description SetInstanceLabelsRequest.BuilderSetInstanceLabelsRequest.Builder. mergeFrom(SetInstanceLabelsRequest other)static SetInstanceLabelsRequest.BuilderSetInstanceLabelsRequest. newBuilder(SetInstanceLabelsRequest prototype)default voidNotebookServiceGrpc.AsyncService. setInstanceLabels(SetInstanceLabelsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the labels of an Instance.com.google.longrunning.OperationNotebookServiceGrpc.NotebookServiceBlockingStub. setInstanceLabels(SetInstanceLabelsRequest request)Updates the labels of an Instance.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>NotebookServiceGrpc.NotebookServiceFutureStub. setInstanceLabels(SetInstanceLabelsRequest request)Updates the labels of an Instance.voidNotebookServiceGrpc.NotebookServiceStub. setInstanceLabels(SetInstanceLabelsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the labels of an Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>NotebookServiceClient. setInstanceLabelsAsync(SetInstanceLabelsRequest request)Updates the labels of an Instance. -
Uses of SetInstanceLabelsRequest in com.google.cloud.notebooks.v1beta1.stub
Methods in com.google.cloud.notebooks.v1beta1.stub that return types with arguments of type SetInstanceLabelsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetInstanceLabelsRequest,com.google.longrunning.Operation>GrpcNotebookServiceStub. setInstanceLabelsCallable()com.google.api.gax.rpc.UnaryCallable<SetInstanceLabelsRequest,com.google.longrunning.Operation>NotebookServiceStub. setInstanceLabelsCallable()com.google.api.gax.rpc.OperationCallable<SetInstanceLabelsRequest,Instance,OperationMetadata>GrpcNotebookServiceStub. setInstanceLabelsOperationCallable()com.google.api.gax.rpc.OperationCallable<SetInstanceLabelsRequest,Instance,OperationMetadata>NotebookServiceStub. setInstanceLabelsOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceLabelsRequest,Instance,OperationMetadata>NotebookServiceStubSettings.Builder. setInstanceLabelsOperationSettings()Returns the builder for the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.OperationCallSettings<SetInstanceLabelsRequest,Instance,OperationMetadata>NotebookServiceStubSettings. setInstanceLabelsOperationSettings()Returns the object with the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceLabelsRequest,com.google.longrunning.Operation>NotebookServiceStubSettings.Builder. setInstanceLabelsSettings()Returns the builder for the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.UnaryCallSettings<SetInstanceLabelsRequest,com.google.longrunning.Operation>NotebookServiceStubSettings. setInstanceLabelsSettings()Returns the object with the settings used for calls to setInstanceLabels.
-