Class GetServiceRequest (0.2.0)

GetServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for obtaining a Service by its full name.

Attribute

NameDescription
name str
Required. The full name of the Service. Format: projects/{projectnumber}/locations/{location}/services/{service}

Inheritance

builtins.object > proto.message.Message > GetServiceRequest