Interface ServiceAccountOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceAccount
,ServiceAccount.Builder
public interface ServiceAccountOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The relative resource name of the service account resource.com.google.protobuf.ByteString
getNameBytes()
The relative resource name of the service account resource.String
getServiceAccount()
Security Center managed service account for the organization example service-org-1234@scc.iam.gserviceaccount.com This service_account will be stored in the ComponentSettings field for the SCC, SHA, and Infra Automation components.com.google.protobuf.ByteString
getServiceAccountBytes()
Security Center managed service account for the organization example service-org-1234@scc.iam.gserviceaccount.com This service_account will be stored in the ComponentSettings field for the SCC, SHA, and Infra Automation components.-
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()
The relative resource name of the service account resource. Format: * `organizations/{organization}/serviceAccount`
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The relative resource name of the service account resource. Format: * `organizations/{organization}/serviceAccount`
string name = 1;
- Returns:
- The bytes for name.
-
getServiceAccount
String getServiceAccount()
Security Center managed service account for the organization example service-org-1234@scc.iam.gserviceaccount.com This service_account will be stored in the ComponentSettings field for the SCC, SHA, and Infra Automation components.
string service_account = 2;
- Returns:
- The serviceAccount.
-
getServiceAccountBytes
com.google.protobuf.ByteString getServiceAccountBytes()
Security Center managed service account for the organization example service-org-1234@scc.iam.gserviceaccount.com This service_account will be stored in the ComponentSettings field for the SCC, SHA, and Infra Automation components.
string service_account = 2;
- Returns:
- The bytes for serviceAccount.
-
-