Interface GetServiceAccountRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetServiceAccountRequest,GetServiceAccountRequest.Builder
@Generated(value="protoc",
comments="annotations:GetServiceAccountRequestOrBuilder.java.pb.meta")
public interface GetServiceAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the service account to retrieve.com.google.protobuf.ByteStringID of the service account to retrieve.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getServiceAccountId
String getServiceAccountId()ID of the service account to retrieve.
string service_account_id = 1;- Returns:
- The serviceAccountId.
-
getServiceAccountIdBytes
com.google.protobuf.ByteString getServiceAccountIdBytes()ID of the service account to retrieve.
string service_account_id = 1;- Returns:
- The bytes for serviceAccountId.
-