Uses of Class
com.google.container.v1.CompleteIPRotationRequest
-
Packages that use CompleteIPRotationRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of CompleteIPRotationRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type CompleteIPRotationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CompleteIPRotationRequest,Operation>
ClusterManagerClient. completeIPRotationCallable()
Completes master IP rotation.com.google.api.gax.rpc.UnaryCallSettings.Builder<CompleteIPRotationRequest,Operation>
ClusterManagerSettings.Builder. completeIPRotationSettings()
Returns the builder for the settings used for calls to completeIPRotation.com.google.api.gax.rpc.UnaryCallSettings<CompleteIPRotationRequest,Operation>
ClusterManagerSettings. completeIPRotationSettings()
Returns the object with the settings used for calls to completeIPRotation.Methods in com.google.cloud.container.v1 with parameters of type CompleteIPRotationRequest Modifier and Type Method Description Operation
ClusterManagerClient. completeIPRotation(CompleteIPRotationRequest request)
Completes master IP rotation. -
Uses of CompleteIPRotationRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type CompleteIPRotationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CompleteIPRotationRequest,Operation>
ClusterManagerStub. completeIPRotationCallable()
com.google.api.gax.rpc.UnaryCallable<CompleteIPRotationRequest,Operation>
GrpcClusterManagerStub. completeIPRotationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CompleteIPRotationRequest,Operation>
ClusterManagerStubSettings.Builder. completeIPRotationSettings()
Returns the builder for the settings used for calls to completeIPRotation.com.google.api.gax.rpc.UnaryCallSettings<CompleteIPRotationRequest,Operation>
ClusterManagerStubSettings. completeIPRotationSettings()
Returns the object with the settings used for calls to completeIPRotation. -
Uses of CompleteIPRotationRequest in com.google.container.v1
Methods in com.google.container.v1 that return CompleteIPRotationRequest Modifier and Type Method Description CompleteIPRotationRequest
CompleteIPRotationRequest.Builder. build()
CompleteIPRotationRequest
CompleteIPRotationRequest.Builder. buildPartial()
static CompleteIPRotationRequest
CompleteIPRotationRequest. getDefaultInstance()
CompleteIPRotationRequest
CompleteIPRotationRequest.Builder. getDefaultInstanceForType()
CompleteIPRotationRequest
CompleteIPRotationRequest. getDefaultInstanceForType()
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseDelimitedFrom(InputStream input)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(byte[] data)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(com.google.protobuf.ByteString data)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(InputStream input)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(ByteBuffer data)
static CompleteIPRotationRequest
CompleteIPRotationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type CompleteIPRotationRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CompleteIPRotationRequest,Operation>
ClusterManagerGrpc. getCompleteIPRotationMethod()
com.google.protobuf.Parser<CompleteIPRotationRequest>
CompleteIPRotationRequest. getParserForType()
static com.google.protobuf.Parser<CompleteIPRotationRequest>
CompleteIPRotationRequest. parser()
Methods in com.google.container.v1 with parameters of type CompleteIPRotationRequest Modifier and Type Method Description default void
ClusterManagerGrpc.AsyncService. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Completes master IP rotation.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. completeIPRotation(CompleteIPRotationRequest request)
Completes master IP rotation.com.google.common.util.concurrent.ListenableFuture<Operation>
ClusterManagerGrpc.ClusterManagerFutureStub. completeIPRotation(CompleteIPRotationRequest request)
Completes master IP rotation.void
ClusterManagerGrpc.ClusterManagerStub. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Completes master IP rotation.CompleteIPRotationRequest.Builder
CompleteIPRotationRequest.Builder. mergeFrom(CompleteIPRotationRequest other)
static CompleteIPRotationRequest.Builder
CompleteIPRotationRequest. newBuilder(CompleteIPRotationRequest prototype)
-