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 OperationClusterManagerClient. 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 CompleteIPRotationRequestCompleteIPRotationRequest.Builder. build()CompleteIPRotationRequestCompleteIPRotationRequest.Builder. buildPartial()static CompleteIPRotationRequestCompleteIPRotationRequest. getDefaultInstance()CompleteIPRotationRequestCompleteIPRotationRequest.Builder. getDefaultInstanceForType()CompleteIPRotationRequestCompleteIPRotationRequest. getDefaultInstanceForType()static CompleteIPRotationRequestCompleteIPRotationRequest. parseDelimitedFrom(InputStream input)static CompleteIPRotationRequestCompleteIPRotationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(byte[] data)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(com.google.protobuf.ByteString data)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(InputStream input)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CompleteIPRotationRequestCompleteIPRotationRequest. parseFrom(ByteBuffer data)static CompleteIPRotationRequestCompleteIPRotationRequest. 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 voidClusterManagerGrpc.AsyncService. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Completes master IP rotation.OperationClusterManagerGrpc.ClusterManagerBlockingStub. completeIPRotation(CompleteIPRotationRequest request)Completes master IP rotation.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. completeIPRotation(CompleteIPRotationRequest request)Completes master IP rotation.voidClusterManagerGrpc.ClusterManagerStub. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Completes master IP rotation.CompleteIPRotationRequest.BuilderCompleteIPRotationRequest.Builder. mergeFrom(CompleteIPRotationRequest other)static CompleteIPRotationRequest.BuilderCompleteIPRotationRequest. newBuilder(CompleteIPRotationRequest prototype)
-