google.golang.org/genproto/googleapis/logging/v2.ListExclusionsRequest.GetParent (method)

2 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_config.pb.go#L1449: func (x *ListExclusionsRequest) GetParent() string {

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