Interface UserCreds.ResourceIdentityOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserCreds.ResourceIdentity, UserCreds.ResourceIdentity.Builder
Enclosing class:
UserCreds

public static interface UserCreds.ResourceIdentityOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPrincipal

      String getPrincipal()
       Output only. Principal identifier string.
       See: https://cloud.google.com/iam/docs/principal-identifiers
       
      string principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The principal.
    • getPrincipalBytes

      com.google.protobuf.ByteString getPrincipalBytes()
       Output only. Principal identifier string.
       See: https://cloud.google.com/iam/docs/principal-identifiers
       
      string principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for principal.