type google.golang.org/genproto/googleapis/logging/v2.GetExclusionRequest

17 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_config.pb.go#L1531: type GetExclusionRequest struct {
		logging_config.pb.go#L1547: func (x *GetExclusionRequest) Reset() {
		logging_config.pb.go#L1548: 	*x = GetExclusionRequest{}
		logging_config.pb.go#L1556: func (x *GetExclusionRequest) String() string {
		logging_config.pb.go#L1560: func (*GetExclusionRequest) ProtoMessage() {}
		logging_config.pb.go#L1562: func (x *GetExclusionRequest) ProtoReflect() protoreflect.Message {
		logging_config.pb.go#L1575: func (*GetExclusionRequest) Descriptor() ([]byte, []int) {
		logging_config.pb.go#L1579: func (x *GetExclusionRequest) GetName() string {
		logging_config.pb.go#L2786: 	(*GetExclusionRequest)(nil),       // 18: google.logging.v2.GetExclusionRequest
		logging_config.pb.go#L3056: 			switch v := v.(*GetExclusionRequest); i {
		logging_config.pb.go#L3213: 	GetExclusion(ctx context.Context, in *GetExclusionRequest, opts ...grpc.CallOption) (*LogExclusion, error)
		logging_config.pb.go#L3339: func (c *configServiceV2Client) GetExclusion(ctx context.Context, in *GetExclusionRequest, opts ...grpc.CallOption) (*LogExclusion, error) {
		logging_config.pb.go#L3432: 	GetExclusion(context.Context, *GetExclusionRequest) (*LogExclusion, error)
		logging_config.pb.go#L3500: func (*UnimplementedConfigServiceV2Server) GetExclusion(context.Context, *GetExclusionRequest) (*LogExclusion, error) {
		logging_config.pb.go#L3686: 	in := new(GetExclusionRequest)
		logging_config.pb.go#L3698: 		return srv.(ConfigServiceV2Server).GetExclusion(ctx, req.(*GetExclusionRequest))

	cloud.google.com/go/logging/apiv2
		config_client.go#L294: func (c *ConfigClient) GetExclusion(ctx context.Context, req *loggingpb.GetExclusionRequest, opts ...gax.CallOption) (*loggingpb.LogExclusion, error) {