type google.golang.org/genproto/googleapis/container/v1.StartIPRotationRequest

21 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L7083: type StartIPRotationRequest struct {
		cluster_service.pb.go#L7113: func (x *StartIPRotationRequest) Reset() {
		cluster_service.pb.go#L7114: 	*x = StartIPRotationRequest{}
		cluster_service.pb.go#L7122: func (x *StartIPRotationRequest) String() string {
		cluster_service.pb.go#L7126: func (*StartIPRotationRequest) ProtoMessage() {}
		cluster_service.pb.go#L7128: func (x *StartIPRotationRequest) ProtoReflect() protoreflect.Message {
		cluster_service.pb.go#L7141: func (*StartIPRotationRequest) Descriptor() ([]byte, []int) {
		cluster_service.pb.go#L7146: func (x *StartIPRotationRequest) GetProjectId() string {
		cluster_service.pb.go#L7154: func (x *StartIPRotationRequest) GetZone() string {
		cluster_service.pb.go#L7162: func (x *StartIPRotationRequest) GetClusterId() string {
		cluster_service.pb.go#L7169: func (x *StartIPRotationRequest) GetName() string {
		cluster_service.pb.go#L7176: func (x *StartIPRotationRequest) GetRotateCredentials() bool {
		cluster_service.pb.go#L10357: 	(*StartIPRotationRequest)(nil),                   // 73: google.container.v1.StartIPRotationRequest
		cluster_service.pb.go#L11303: 			switch v := v.(*StartIPRotationRequest); i {
		cluster_service.pb.go#L11643: 	StartIPRotation(ctx context.Context, in *StartIPRotationRequest, opts ...grpc.CallOption) (*Operation, error)
		cluster_service.pb.go#L11889: func (c *clusterManagerClient) StartIPRotation(ctx context.Context, in *StartIPRotationRequest, opts ...grpc.CallOption) (*Operation, error) {
		cluster_service.pb.go#L12020: 	StartIPRotation(context.Context, *StartIPRotationRequest) (*Operation, error)
		cluster_service.pb.go#L12112: func (*UnimplementedClusterManagerServer) StartIPRotation(context.Context, *StartIPRotationRequest) (*Operation, error) {
		cluster_service.pb.go#L12586: 	in := new(StartIPRotationRequest)
		cluster_service.pb.go#L12598: 		return srv.(ClusterManagerServer).StartIPRotation(ctx, req.(*StartIPRotationRequest))

	cloud.google.com/go/container/apiv1
		cluster_manager_client.go#L867: func (c *ClusterManagerClient) StartIPRotation(ctx context.Context, req *containerpb.StartIPRotationRequest, opts ...gax.CallOption) (*containerpb.Operation, error) {