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

2 uses

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

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