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