Package com.google.iam.admin.v1
Interface QueryAuditableServicesResponse.AuditableServiceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryAuditableServicesResponse.AuditableService,QueryAuditableServicesResponse.AuditableService.Builder
- Enclosing class:
- QueryAuditableServicesResponse
public static interface QueryAuditableServicesResponse.AuditableServiceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Public name of the service.com.google.protobuf.ByteStringgetNameBytes()Public name of the service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.
string name = 1;- Returns:
- The bytes for name.
-
-