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 GetDeploymentRequestGetDeploymentRequest.Builder. build()GetDeploymentRequestGetDeploymentRequest.Builder. buildPartial()static GetDeploymentRequestGetDeploymentRequest. getDefaultInstance()GetDeploymentRequestGetDeploymentRequest.Builder. getDefaultInstanceForType()GetDeploymentRequestGetDeploymentRequest. getDefaultInstanceForType()static GetDeploymentRequestGetDeploymentRequest. parseDelimitedFrom(InputStream input)static GetDeploymentRequestGetDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(byte[] data)static GetDeploymentRequestGetDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(InputStream input)static GetDeploymentRequestGetDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(ByteBuffer data)static GetDeploymentRequestGetDeploymentRequest. 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 DeploymentGSuiteAddOnsClient. getDeployment(GetDeploymentRequest request)Gets the deployment with the specified name.default voidGSuiteAddOnsGrpc.AsyncService. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)Gets the deployment with the specified name.DeploymentGSuiteAddOnsGrpc.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.voidGSuiteAddOnsGrpc.GSuiteAddOnsStub. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)Gets the deployment with the specified name.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. mergeFrom(GetDeploymentRequest other)static GetDeploymentRequest.BuilderGetDeploymentRequest. 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.
-