Uses of Class
com.google.cloud.gsuiteaddons.v1.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons APIcom.google.cloud.gsuiteaddons.v1.stub -
-
Uses of GetDeploymentRequest in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequest
GetDeploymentRequest.Builder. build()
GetDeploymentRequest
GetDeploymentRequest.Builder. buildPartial()
static GetDeploymentRequest
GetDeploymentRequest. getDefaultInstance()
GetDeploymentRequest
GetDeploymentRequest.Builder. getDefaultInstanceForType()
GetDeploymentRequest
GetDeploymentRequest. getDefaultInstanceForType()
static GetDeploymentRequest
GetDeploymentRequest. parseDelimitedFrom(InputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(byte[] data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(InputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(ByteBuffer data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type GetDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
GSuiteAddOnsClient. getDeploymentCallable()
Gets the deployment with the specified name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment>
GSuiteAddOnsSettings.Builder. getDeploymentSettings()
Returns the builder for the settings used for calls to getDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentRequest,Deployment>
GSuiteAddOnsSettings. getDeploymentSettings()
Returns the object with the settings used for calls to getDeployment.static io.grpc.MethodDescriptor<GetDeploymentRequest,Deployment>
GSuiteAddOnsGrpc. getGetDeploymentMethod()
com.google.protobuf.Parser<GetDeploymentRequest>
GetDeploymentRequest. getParserForType()
static com.google.protobuf.Parser<GetDeploymentRequest>
GetDeploymentRequest. parser()
Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type GetDeploymentRequest Modifier and Type Method Description Deployment
GSuiteAddOnsClient. getDeployment(GetDeploymentRequest request)
Gets the deployment with the specified name.default void
GSuiteAddOnsGrpc.AsyncService. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Gets the deployment with the specified name.Deployment
GSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub. getDeployment(GetDeploymentRequest request)
Gets the deployment with the specified name.com.google.common.util.concurrent.ListenableFuture<Deployment>
GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub. getDeployment(GetDeploymentRequest request)
Gets the deployment with the specified name.void
GSuiteAddOnsGrpc.GSuiteAddOnsStub. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Gets the deployment with the specified name.GetDeploymentRequest.Builder
GetDeploymentRequest.Builder. mergeFrom(GetDeploymentRequest other)
static GetDeploymentRequest.Builder
GetDeploymentRequest. newBuilder(GetDeploymentRequest prototype)
-
Uses of GetDeploymentRequest in com.google.cloud.gsuiteaddons.v1.stub
Methods in com.google.cloud.gsuiteaddons.v1.stub that return types with arguments of type GetDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
GrpcGSuiteAddOnsStub. getDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
GSuiteAddOnsStub. getDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
HttpJsonGSuiteAddOnsStub. getDeploymentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment>
GSuiteAddOnsStubSettings.Builder. getDeploymentSettings()
Returns the builder for the settings used for calls to getDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentRequest,Deployment>
GSuiteAddOnsStubSettings. getDeploymentSettings()
Returns the object with the settings used for calls to getDeployment.
-