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