Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProduct::Principal.
Represents the principal entity associated with an access group, as per https://cloud.google.com/iam/docs/principals-overview.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#google_group
def google_group() -> ::String
Returns
- (::String) — Optional. Email of the Google Group, as per https://cloud.google.com/iam/docs/principals-overview#google-group.
#google_group=
def google_group=(value) -> ::String
Parameter
- value (::String) — Optional. Email of the Google Group, as per https://cloud.google.com/iam/docs/principals-overview#google-group.
Returns
- (::String) — Optional. Email of the Google Group, as per https://cloud.google.com/iam/docs/principals-overview#google-group.
#service_account
def service_account() -> ::String
Returns
- (::String) — Optional. Specifies the email of the producer service account, as per https://cloud.google.com/iam/docs/principals-overview#service-account.
#service_account=
def service_account=(value) -> ::String
Parameter
- value (::String) — Optional. Specifies the email of the producer service account, as per https://cloud.google.com/iam/docs/principals-overview#service-account.
Returns
- (::String) — Optional. Specifies the email of the producer service account, as per https://cloud.google.com/iam/docs/principals-overview#service-account.