Interface CreateExternalAccountKeyRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource where this external_account_key will be created.
         Format: projects/[project_id]/locations/[location].
         At present only the "global" location is supported.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource where this external_account_key will be created.
         Format: projects/[project_id]/locations/[location].
         At present only the "global" location is supported.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasExternalAccountKey

        boolean hasExternalAccountKey()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the externalAccountKey field is set.
      • getExternalAccountKey

        ExternalAccountKey getExternalAccountKey()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The externalAccountKey.
      • getExternalAccountKeyOrBuilder

        ExternalAccountKeyOrBuilder getExternalAccountKeyOrBuilder()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];