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 GetApiDeploymentRequest
GetApiDeploymentRequest.Builder. build()
GetApiDeploymentRequest
GetApiDeploymentRequest.Builder. buildPartial()
static GetApiDeploymentRequest
GetApiDeploymentRequest. getDefaultInstance()
GetApiDeploymentRequest
GetApiDeploymentRequest.Builder. getDefaultInstanceForType()
GetApiDeploymentRequest
GetApiDeploymentRequest. getDefaultInstanceForType()
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseDelimitedFrom(InputStream input)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(byte[] data)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(InputStream input)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiDeploymentRequest
GetApiDeploymentRequest. parseFrom(ByteBuffer data)
static GetApiDeploymentRequest
GetApiDeploymentRequest. 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 ApiDeployment
RegistryClient. getApiDeployment(GetApiDeploymentRequest request)
Returns a specified deployment.default void
RegistryGrpc.AsyncService. getApiDeployment(GetApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Returns a specified deployment.ApiDeployment
RegistryGrpc.RegistryBlockingStub. getApiDeployment(GetApiDeploymentRequest request)
Returns a specified deployment.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>
RegistryGrpc.RegistryFutureStub. getApiDeployment(GetApiDeploymentRequest request)
Returns a specified deployment.void
RegistryGrpc.RegistryStub. getApiDeployment(GetApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Returns a specified deployment.GetApiDeploymentRequest.Builder
GetApiDeploymentRequest.Builder. mergeFrom(GetApiDeploymentRequest other)
static GetApiDeploymentRequest.Builder
GetApiDeploymentRequest. 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.
-