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

21 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L4067: type SetLocationsRequest struct {
		cluster_service.pb.go#L4103: func (x *SetLocationsRequest) Reset() {
		cluster_service.pb.go#L4104: 	*x = SetLocationsRequest{}
		cluster_service.pb.go#L4112: func (x *SetLocationsRequest) String() string {
		cluster_service.pb.go#L4116: func (*SetLocationsRequest) ProtoMessage() {}
		cluster_service.pb.go#L4118: func (x *SetLocationsRequest) ProtoReflect() protoreflect.Message {
		cluster_service.pb.go#L4131: func (*SetLocationsRequest) Descriptor() ([]byte, []int) {
		cluster_service.pb.go#L4136: func (x *SetLocationsRequest) GetProjectId() string {
		cluster_service.pb.go#L4144: func (x *SetLocationsRequest) GetZone() string {
		cluster_service.pb.go#L4152: func (x *SetLocationsRequest) GetClusterId() string {
		cluster_service.pb.go#L4159: func (x *SetLocationsRequest) GetLocations() []string {
		cluster_service.pb.go#L4166: func (x *SetLocationsRequest) GetName() string {
		cluster_service.pb.go#L10323: 	(*SetLocationsRequest)(nil),                      // 39: google.container.v1.SetLocationsRequest
		cluster_service.pb.go#L10895: 			switch v := v.(*SetLocationsRequest); i {
		cluster_service.pb.go#L11600: 	SetLocations(ctx context.Context, in *SetLocationsRequest, opts ...grpc.CallOption) (*Operation, error)
		cluster_service.pb.go#L11745: func (c *clusterManagerClient) SetLocations(ctx context.Context, in *SetLocationsRequest, opts ...grpc.CallOption) (*Operation, error) {
		cluster_service.pb.go#L11977: 	SetLocations(context.Context, *SetLocationsRequest) (*Operation, error)
		cluster_service.pb.go#L12064: func (*UnimplementedClusterManagerServer) SetLocations(context.Context, *SetLocationsRequest) (*Operation, error) {
		cluster_service.pb.go#L12298: 	in := new(SetLocationsRequest)
		cluster_service.pb.go#L12310: 		return srv.(ClusterManagerServer).SetLocations(ctx, req.(*SetLocationsRequest))

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