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

21 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L3858: type SetMonitoringServiceRequest struct {
		cluster_service.pb.go#L3894: func (x *SetMonitoringServiceRequest) Reset() {
		cluster_service.pb.go#L3895: 	*x = SetMonitoringServiceRequest{}
		cluster_service.pb.go#L3903: func (x *SetMonitoringServiceRequest) String() string {
		cluster_service.pb.go#L3907: func (*SetMonitoringServiceRequest) ProtoMessage() {}
		cluster_service.pb.go#L3909: func (x *SetMonitoringServiceRequest) ProtoReflect() protoreflect.Message {
		cluster_service.pb.go#L3922: func (*SetMonitoringServiceRequest) Descriptor() ([]byte, []int) {
		cluster_service.pb.go#L3927: func (x *SetMonitoringServiceRequest) GetProjectId() string {
		cluster_service.pb.go#L3935: func (x *SetMonitoringServiceRequest) GetZone() string {
		cluster_service.pb.go#L3943: func (x *SetMonitoringServiceRequest) GetClusterId() string {
		cluster_service.pb.go#L3950: func (x *SetMonitoringServiceRequest) GetMonitoringService() string {
		cluster_service.pb.go#L3957: func (x *SetMonitoringServiceRequest) GetName() string {
		cluster_service.pb.go#L10321: 	(*SetMonitoringServiceRequest)(nil),              // 37: google.container.v1.SetMonitoringServiceRequest
		cluster_service.pb.go#L10871: 			switch v := v.(*SetMonitoringServiceRequest); i {
		cluster_service.pb.go#L11596: 	SetMonitoringService(ctx context.Context, in *SetMonitoringServiceRequest, opts ...grpc.CallOption) (*Operation, error)
		cluster_service.pb.go#L11727: func (c *clusterManagerClient) SetMonitoringService(ctx context.Context, in *SetMonitoringServiceRequest, opts ...grpc.CallOption) (*Operation, error) {
		cluster_service.pb.go#L11973: 	SetMonitoringService(context.Context, *SetMonitoringServiceRequest) (*Operation, error)
		cluster_service.pb.go#L12058: func (*UnimplementedClusterManagerServer) SetMonitoringService(context.Context, *SetMonitoringServiceRequest) (*Operation, error) {
		cluster_service.pb.go#L12262: 	in := new(SetMonitoringServiceRequest)
		cluster_service.pb.go#L12274: 		return srv.(ClusterManagerServer).SetMonitoringService(ctx, req.(*SetMonitoringServiceRequest))

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