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 GetRolloutRequestGetRolloutRequest.Builder. build()GetRolloutRequestGetRolloutRequest.Builder. buildPartial()static GetRolloutRequestGetRolloutRequest. getDefaultInstance()GetRolloutRequestGetRolloutRequest.Builder. getDefaultInstanceForType()GetRolloutRequestGetRolloutRequest. getDefaultInstanceForType()static GetRolloutRequestGetRolloutRequest. parseDelimitedFrom(InputStream input)static GetRolloutRequestGetRolloutRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRolloutRequestGetRolloutRequest. parseFrom(byte[] data)static GetRolloutRequestGetRolloutRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRolloutRequestGetRolloutRequest. parseFrom(com.google.protobuf.ByteString data)static GetRolloutRequestGetRolloutRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRolloutRequestGetRolloutRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRolloutRequestGetRolloutRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRolloutRequestGetRolloutRequest. parseFrom(InputStream input)static GetRolloutRequestGetRolloutRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRolloutRequestGetRolloutRequest. parseFrom(ByteBuffer data)static GetRolloutRequestGetRolloutRequest. 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 RolloutCloudDeployClient. getRollout(GetRolloutRequest request)Gets details of a single Rollout.default voidCloudDeployGrpc.AsyncService. getRollout(GetRolloutRequest request, io.grpc.stub.StreamObserver<Rollout> responseObserver)Gets details of a single Rollout.RolloutCloudDeployGrpc.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.voidCloudDeployGrpc.CloudDeployStub. getRollout(GetRolloutRequest request, io.grpc.stub.StreamObserver<Rollout> responseObserver)Gets details of a single Rollout.GetRolloutRequest.BuilderGetRolloutRequest.Builder. mergeFrom(GetRolloutRequest other)static GetRolloutRequest.BuilderGetRolloutRequest. 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.
-