Uses of Class
com.google.cloud.deploy.v1.GetTargetRequest
-
Packages that use GetTargetRequest Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of GetTargetRequest in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return GetTargetRequest Modifier and Type Method Description GetTargetRequest
GetTargetRequest.Builder. build()
GetTargetRequest
GetTargetRequest.Builder. buildPartial()
static GetTargetRequest
GetTargetRequest. getDefaultInstance()
GetTargetRequest
GetTargetRequest.Builder. getDefaultInstanceForType()
GetTargetRequest
GetTargetRequest. getDefaultInstanceForType()
static GetTargetRequest
GetTargetRequest. parseDelimitedFrom(InputStream input)
static GetTargetRequest
GetTargetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetRequest
GetTargetRequest. parseFrom(byte[] data)
static GetTargetRequest
GetTargetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetRequest
GetTargetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTargetRequest
GetTargetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetRequest
GetTargetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTargetRequest
GetTargetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetRequest
GetTargetRequest. parseFrom(InputStream input)
static GetTargetRequest
GetTargetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetRequest
GetTargetRequest. parseFrom(ByteBuffer data)
static GetTargetRequest
GetTargetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type GetTargetRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTargetRequest,Target>
CloudDeployGrpc. getGetTargetMethod()
com.google.protobuf.Parser<GetTargetRequest>
GetTargetRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetTargetRequest,Target>
CloudDeployClient. getTargetCallable()
Gets details of a single Target.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetRequest,Target>
CloudDeploySettings.Builder. getTargetSettings()
Returns the builder for the settings used for calls to getTarget.com.google.api.gax.rpc.UnaryCallSettings<GetTargetRequest,Target>
CloudDeploySettings. getTargetSettings()
Returns the object with the settings used for calls to getTarget.static com.google.protobuf.Parser<GetTargetRequest>
GetTargetRequest. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type GetTargetRequest Modifier and Type Method Description Target
CloudDeployClient. getTarget(GetTargetRequest request)
Gets details of a single Target.default void
CloudDeployGrpc.AsyncService. getTarget(GetTargetRequest request, io.grpc.stub.StreamObserver<Target> responseObserver)
Gets details of a single Target.Target
CloudDeployGrpc.CloudDeployBlockingStub. getTarget(GetTargetRequest request)
Gets details of a single Target.com.google.common.util.concurrent.ListenableFuture<Target>
CloudDeployGrpc.CloudDeployFutureStub. getTarget(GetTargetRequest request)
Gets details of a single Target.void
CloudDeployGrpc.CloudDeployStub. getTarget(GetTargetRequest request, io.grpc.stub.StreamObserver<Target> responseObserver)
Gets details of a single Target.GetTargetRequest.Builder
GetTargetRequest.Builder. mergeFrom(GetTargetRequest other)
static GetTargetRequest.Builder
GetTargetRequest. newBuilder(GetTargetRequest prototype)
-
Uses of GetTargetRequest in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type GetTargetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTargetRequest,Target>
CloudDeployStub. getTargetCallable()
com.google.api.gax.rpc.UnaryCallable<GetTargetRequest,Target>
GrpcCloudDeployStub. getTargetCallable()
com.google.api.gax.rpc.UnaryCallable<GetTargetRequest,Target>
HttpJsonCloudDeployStub. getTargetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetRequest,Target>
CloudDeployStubSettings.Builder. getTargetSettings()
Returns the builder for the settings used for calls to getTarget.com.google.api.gax.rpc.UnaryCallSettings<GetTargetRequest,Target>
CloudDeployStubSettings. getTargetSettings()
Returns the object with the settings used for calls to getTarget.
-