Uses of Class
com.google.cloud.workstations.v1beta.DeleteWorkstationConfigRequest
-
Packages that use DeleteWorkstationConfigRequest Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations APIcom.google.cloud.workstations.v1beta.stub -
-
Uses of DeleteWorkstationConfigRequest in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return DeleteWorkstationConfigRequest Modifier and Type Method Description DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest.Builder. build()
DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest.Builder. buildPartial()
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. getDefaultInstance()
DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest.Builder. getDefaultInstanceForType()
DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. getDefaultInstanceForType()
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseDelimitedFrom(InputStream input)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(byte[] data)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(InputStream input)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(ByteBuffer data)
static DeleteWorkstationConfigRequest
DeleteWorkstationConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workstations.v1beta that return types with arguments of type DeleteWorkstationConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
WorkstationsClient. deleteWorkstationConfigCallable()
Deletes the specified workstation configuration.com.google.api.gax.rpc.OperationCallable<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
WorkstationsClient. deleteWorkstationConfigOperationCallable()
Deletes the specified workstation configuration.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
WorkstationsSettings.Builder. deleteWorkstationConfigOperationSettings()
Returns the builder for the settings used for calls to deleteWorkstationConfig.com.google.api.gax.rpc.OperationCallSettings<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
WorkstationsSettings. deleteWorkstationConfigOperationSettings()
Returns the object with the settings used for calls to deleteWorkstationConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
WorkstationsSettings.Builder. deleteWorkstationConfigSettings()
Returns the builder for the settings used for calls to deleteWorkstationConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
WorkstationsSettings. deleteWorkstationConfigSettings()
Returns the object with the settings used for calls to deleteWorkstationConfig.static io.grpc.MethodDescriptor<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
WorkstationsGrpc. getDeleteWorkstationConfigMethod()
com.google.protobuf.Parser<DeleteWorkstationConfigRequest>
DeleteWorkstationConfigRequest. getParserForType()
static com.google.protobuf.Parser<DeleteWorkstationConfigRequest>
DeleteWorkstationConfigRequest. parser()
Methods in com.google.cloud.workstations.v1beta with parameters of type DeleteWorkstationConfigRequest Modifier and Type Method Description default void
WorkstationsGrpc.AsyncService. deleteWorkstationConfig(DeleteWorkstationConfigRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified workstation configuration.com.google.longrunning.Operation
WorkstationsGrpc.WorkstationsBlockingStub. deleteWorkstationConfig(DeleteWorkstationConfigRequest request)
Deletes the specified workstation configuration.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
WorkstationsGrpc.WorkstationsFutureStub. deleteWorkstationConfig(DeleteWorkstationConfigRequest request)
Deletes the specified workstation configuration.void
WorkstationsGrpc.WorkstationsStub. deleteWorkstationConfig(DeleteWorkstationConfigRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified workstation configuration.com.google.api.gax.longrunning.OperationFuture<WorkstationConfig,OperationMetadata>
WorkstationsClient. deleteWorkstationConfigAsync(DeleteWorkstationConfigRequest request)
Deletes the specified workstation configuration.DeleteWorkstationConfigRequest.Builder
DeleteWorkstationConfigRequest.Builder. mergeFrom(DeleteWorkstationConfigRequest other)
static DeleteWorkstationConfigRequest.Builder
DeleteWorkstationConfigRequest. newBuilder(DeleteWorkstationConfigRequest prototype)
-
Uses of DeleteWorkstationConfigRequest in com.google.cloud.workstations.v1beta.stub
Methods in com.google.cloud.workstations.v1beta.stub that return types with arguments of type DeleteWorkstationConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
GrpcWorkstationsStub. deleteWorkstationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
HttpJsonWorkstationsStub. deleteWorkstationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
WorkstationsStub. deleteWorkstationConfigCallable()
com.google.api.gax.rpc.OperationCallable<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
GrpcWorkstationsStub. deleteWorkstationConfigOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
HttpJsonWorkstationsStub. deleteWorkstationConfigOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
WorkstationsStub. deleteWorkstationConfigOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
WorkstationsStubSettings.Builder. deleteWorkstationConfigOperationSettings()
Returns the builder for the settings used for calls to deleteWorkstationConfig.com.google.api.gax.rpc.OperationCallSettings<DeleteWorkstationConfigRequest,WorkstationConfig,OperationMetadata>
WorkstationsStubSettings. deleteWorkstationConfigOperationSettings()
Returns the object with the settings used for calls to deleteWorkstationConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
WorkstationsStubSettings.Builder. deleteWorkstationConfigSettings()
Returns the builder for the settings used for calls to deleteWorkstationConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteWorkstationConfigRequest,com.google.longrunning.Operation>
WorkstationsStubSettings. deleteWorkstationConfigSettings()
Returns the object with the settings used for calls to deleteWorkstationConfig.
-