Interface GenerateServiceIdentityRequestOrBuilder (2.54.0)

publicinterface GenerateServiceIdentityRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

publicabstractStringgetParent()

Name of the consumer and service to generate an identity for.

The GenerateServiceIdentity methods currently support projects, folders, organizations.

Example parents would be: projects/123/services/example.googleapis.com folders/123/services/example.googleapis.com organizations/123/services/example.googleapis.com

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Name of the consumer and service to generate an identity for.

The GenerateServiceIdentity methods currently support projects, folders, organizations.

Example parents would be: projects/123/services/example.googleapis.com folders/123/services/example.googleapis.com organizations/123/services/example.googleapis.com

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.