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