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