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 GetDeliveryPipelineRequestGetDeliveryPipelineRequest.Builder. build()GetDeliveryPipelineRequestGetDeliveryPipelineRequest.Builder. buildPartial()static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. getDefaultInstance()GetDeliveryPipelineRequestGetDeliveryPipelineRequest.Builder. getDefaultInstanceForType()GetDeliveryPipelineRequestGetDeliveryPipelineRequest. getDefaultInstanceForType()static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseDelimitedFrom(InputStream input)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(byte[] data)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(com.google.protobuf.ByteString data)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(InputStream input)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. parseFrom(ByteBuffer data)static GetDeliveryPipelineRequestGetDeliveryPipelineRequest. 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 DeliveryPipelineCloudDeployClient. getDeliveryPipeline(GetDeliveryPipelineRequest request)Gets details of a single DeliveryPipeline.default voidCloudDeployGrpc.AsyncService. getDeliveryPipeline(GetDeliveryPipelineRequest request, io.grpc.stub.StreamObserver<DeliveryPipeline> responseObserver)Gets details of a single DeliveryPipeline.DeliveryPipelineCloudDeployGrpc.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.voidCloudDeployGrpc.CloudDeployStub. getDeliveryPipeline(GetDeliveryPipelineRequest request, io.grpc.stub.StreamObserver<DeliveryPipeline> responseObserver)Gets details of a single DeliveryPipeline.GetDeliveryPipelineRequest.BuilderGetDeliveryPipelineRequest.Builder. mergeFrom(GetDeliveryPipelineRequest other)static GetDeliveryPipelineRequest.BuilderGetDeliveryPipelineRequest. 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.
-