Interface ExternalAccountKeyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExternalAccountKey, ExternalAccountKey.Builder

    public interface ExternalAccountKeyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getB64MacKey()
      Output only.
      String getKeyId()
      Output only.
      com.google.protobuf.ByteString getKeyIdBytes()
      Output only.
      String getName()
      Output only.
      com.google.protobuf.ByteString getNameBytes()
      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 Detail

      • getName

        String getName()
         Output only. Resource name.
         projects/{project}/locations/{location}/externalAccountKeys/{key_id}
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. Resource name.
         projects/{project}/locations/{location}/externalAccountKeys/{key_id}
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • getKeyId

        String getKeyId()
         Output only. Key ID.
         It is generated by the PublicCertificateAuthorityService
         when the ExternalAccountKey is created
         
        string key_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The keyId.
      • getKeyIdBytes

        com.google.protobuf.ByteString getKeyIdBytes()
         Output only. Key ID.
         It is generated by the PublicCertificateAuthorityService
         when the ExternalAccountKey is created
         
        string key_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for keyId.
      • getB64MacKey

        com.google.protobuf.ByteString getB64MacKey()
         Output only. Base64-URL-encoded HS256 key.
         It is generated by the PublicCertificateAuthorityService
         when the ExternalAccountKey is created
         
        bytes b64_mac_key = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The b64MacKey.