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

2 uses

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

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