Uses of Class
com.google.cloud.apigeeregistry.v1.GetApiDeploymentRequest
-
Packages that use GetApiDeploymentRequest Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of GetApiDeploymentRequest in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return GetApiDeploymentRequest Modifier and Type Method Description GetApiDeploymentRequestGetApiDeploymentRequest.Builder. build()GetApiDeploymentRequestGetApiDeploymentRequest.Builder. buildPartial()static GetApiDeploymentRequestGetApiDeploymentRequest. getDefaultInstance()GetApiDeploymentRequestGetApiDeploymentRequest.Builder. getDefaultInstanceForType()GetApiDeploymentRequestGetApiDeploymentRequest. getDefaultInstanceForType()static GetApiDeploymentRequestGetApiDeploymentRequest. parseDelimitedFrom(InputStream input)static GetApiDeploymentRequestGetApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(byte[] data)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(InputStream input)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(ByteBuffer data)static GetApiDeploymentRequestGetApiDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type GetApiDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>RegistryClient. getApiDeploymentCallable()Returns a specified deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiDeploymentRequest,ApiDeployment>RegistrySettings.Builder. getApiDeploymentSettings()Returns the builder for the settings used for calls to getApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetApiDeploymentRequest,ApiDeployment>RegistrySettings. getApiDeploymentSettings()Returns the object with the settings used for calls to getApiDeployment.static io.grpc.MethodDescriptor<GetApiDeploymentRequest,ApiDeployment>RegistryGrpc. getGetApiDeploymentMethod()com.google.protobuf.Parser<GetApiDeploymentRequest>GetApiDeploymentRequest. getParserForType()static com.google.protobuf.Parser<GetApiDeploymentRequest>GetApiDeploymentRequest. parser()Methods in com.google.cloud.apigeeregistry.v1 with parameters of type GetApiDeploymentRequest Modifier and Type Method Description ApiDeploymentRegistryClient. getApiDeployment(GetApiDeploymentRequest request)Returns a specified deployment.default voidRegistryGrpc.AsyncService. getApiDeployment(GetApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)Returns a specified deployment.ApiDeploymentRegistryGrpc.RegistryBlockingStub. getApiDeployment(GetApiDeploymentRequest request)Returns a specified deployment.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>RegistryGrpc.RegistryFutureStub. getApiDeployment(GetApiDeploymentRequest request)Returns a specified deployment.voidRegistryGrpc.RegistryStub. getApiDeployment(GetApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)Returns a specified deployment.GetApiDeploymentRequest.BuilderGetApiDeploymentRequest.Builder. mergeFrom(GetApiDeploymentRequest other)static GetApiDeploymentRequest.BuilderGetApiDeploymentRequest. newBuilder(GetApiDeploymentRequest prototype) -
Uses of GetApiDeploymentRequest in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return types with arguments of type GetApiDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>GrpcRegistryStub. getApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>HttpJsonRegistryStub. getApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<GetApiDeploymentRequest,ApiDeployment>RegistryStub. getApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiDeploymentRequest,ApiDeployment>RegistryStubSettings.Builder. getApiDeploymentSettings()Returns the builder for the settings used for calls to getApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetApiDeploymentRequest,ApiDeployment>RegistryStubSettings. getApiDeploymentSettings()Returns the object with the settings used for calls to getApiDeployment.
-