google.golang.org/genproto/googleapis/logging/v2.GetExclusionRequest.GetName (method)

2 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_config.pb.go#L1579: func (x *GetExclusionRequest) GetName() string {

	cloud.google.com/go/logging/apiv2
		config_client.go#L295: 	md := metadata.Pairs("x-goog-request-params", fmt.Sprintf("%s=%v", "name", url.QueryEscape(req.GetName())))