Interface AuthorizedCertificateOrBuilder

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

    public interface AuthorizedCertificateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Full path to the `AuthorizedCertificate` resource in the API. Example:
         `apps/myapp/authorizedCertificates/12345`.
        
         @OutputOnly
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Full path to the `AuthorizedCertificate` resource in the API. Example:
         `apps/myapp/authorizedCertificates/12345`.
        
         @OutputOnly
         
        string name = 1;
        Returns:
        The bytes for name.
      • getId

        String getId()
         Relative name of the certificate. This is a unique value autogenerated
         on `AuthorizedCertificate` resource creation. Example: `12345`.
        
         @OutputOnly
         
        string id = 2;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Relative name of the certificate. This is a unique value autogenerated
         on `AuthorizedCertificate` resource creation. Example: `12345`.
        
         @OutputOnly
         
        string id = 2;
        Returns:
        The bytes for id.
      • getDisplayName

        String getDisplayName()
         The user-specified display name of the certificate. This is not
         guaranteed to be unique. Example: `My Certificate`.
         
        string display_name = 3;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         The user-specified display name of the certificate. This is not
         guaranteed to be unique. Example: `My Certificate`.
         
        string display_name = 3;
        Returns:
        The bytes for displayName.
      • getDomainNamesList

        List<String> getDomainNamesList()
         Topmost applicable domains of this certificate. This certificate
         applies to these domains and their subdomains. Example: `example.com`.
        
         @OutputOnly
         
        repeated string domain_names = 4;
        Returns:
        A list containing the domainNames.
      • getDomainNamesCount

        int getDomainNamesCount()
         Topmost applicable domains of this certificate. This certificate
         applies to these domains and their subdomains. Example: `example.com`.
        
         @OutputOnly
         
        repeated string domain_names = 4;
        Returns:
        The count of domainNames.
      • getDomainNames

        String getDomainNames​(int index)
         Topmost applicable domains of this certificate. This certificate
         applies to these domains and their subdomains. Example: `example.com`.
        
         @OutputOnly
         
        repeated string domain_names = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The domainNames at the given index.
      • getDomainNamesBytes

        com.google.protobuf.ByteString getDomainNamesBytes​(int index)
         Topmost applicable domains of this certificate. This certificate
         applies to these domains and their subdomains. Example: `example.com`.
        
         @OutputOnly
         
        repeated string domain_names = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the domainNames at the given index.
      • hasExpireTime

        boolean hasExpireTime()
         The time when this certificate expires. To update the renewal time on this
         certificate, upload an SSL certificate with a different expiration time
         using [`AuthorizedCertificates.UpdateAuthorizedCertificate`]().
        
         @OutputOnly
         
        .google.protobuf.Timestamp expire_time = 5;
        Returns:
        Whether the expireTime field is set.
      • getExpireTime

        com.google.protobuf.Timestamp getExpireTime()
         The time when this certificate expires. To update the renewal time on this
         certificate, upload an SSL certificate with a different expiration time
         using [`AuthorizedCertificates.UpdateAuthorizedCertificate`]().
        
         @OutputOnly
         
        .google.protobuf.Timestamp expire_time = 5;
        Returns:
        The expireTime.
      • getExpireTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
         The time when this certificate expires. To update the renewal time on this
         certificate, upload an SSL certificate with a different expiration time
         using [`AuthorizedCertificates.UpdateAuthorizedCertificate`]().
        
         @OutputOnly
         
        .google.protobuf.Timestamp expire_time = 5;
      • hasCertificateRawData

        boolean hasCertificateRawData()
         The SSL certificate serving the `AuthorizedCertificate` resource. This
         must be obtained independently from a certificate authority.
         
        .google.appengine.v1.CertificateRawData certificate_raw_data = 6;
        Returns:
        Whether the certificateRawData field is set.
      • getCertificateRawData

        CertificateRawData getCertificateRawData()
         The SSL certificate serving the `AuthorizedCertificate` resource. This
         must be obtained independently from a certificate authority.
         
        .google.appengine.v1.CertificateRawData certificate_raw_data = 6;
        Returns:
        The certificateRawData.
      • getCertificateRawDataOrBuilder

        CertificateRawDataOrBuilder getCertificateRawDataOrBuilder()
         The SSL certificate serving the `AuthorizedCertificate` resource. This
         must be obtained independently from a certificate authority.
         
        .google.appengine.v1.CertificateRawData certificate_raw_data = 6;
      • hasManagedCertificate

        boolean hasManagedCertificate()
         Only applicable if this certificate is managed by App Engine. Managed
         certificates are tied to the lifecycle of a `DomainMapping` and cannot be
         updated or deleted via the `AuthorizedCertificates` API. If this
         certificate is manually administered by the user, this field will be empty.
        
         @OutputOnly
         
        .google.appengine.v1.ManagedCertificate managed_certificate = 7;
        Returns:
        Whether the managedCertificate field is set.
      • getManagedCertificate

        ManagedCertificate getManagedCertificate()
         Only applicable if this certificate is managed by App Engine. Managed
         certificates are tied to the lifecycle of a `DomainMapping` and cannot be
         updated or deleted via the `AuthorizedCertificates` API. If this
         certificate is manually administered by the user, this field will be empty.
        
         @OutputOnly
         
        .google.appengine.v1.ManagedCertificate managed_certificate = 7;
        Returns:
        The managedCertificate.
      • getManagedCertificateOrBuilder

        ManagedCertificateOrBuilder getManagedCertificateOrBuilder()
         Only applicable if this certificate is managed by App Engine. Managed
         certificates are tied to the lifecycle of a `DomainMapping` and cannot be
         updated or deleted via the `AuthorizedCertificates` API. If this
         certificate is manually administered by the user, this field will be empty.
        
         @OutputOnly
         
        .google.appengine.v1.ManagedCertificate managed_certificate = 7;
      • getVisibleDomainMappingsList

        List<String> getVisibleDomainMappingsList()
         The full paths to user visible Domain Mapping resources that have this
         certificate mapped. Example: `apps/myapp/domainMappings/example.com`.
        
         This may not represent the full list of mapped domain mappings if the user
         does not have `VIEWER` permissions on all of the applications that have
         this certificate mapped. See `domain_mappings_count` for a complete count.
        
         Only returned by `GET` or `LIST` requests when specifically requested by
         the `view=FULL_CERTIFICATE` option.
        
         @OutputOnly
         
        repeated string visible_domain_mappings = 8;
        Returns:
        A list containing the visibleDomainMappings.
      • getVisibleDomainMappingsCount

        int getVisibleDomainMappingsCount()
         The full paths to user visible Domain Mapping resources that have this
         certificate mapped. Example: `apps/myapp/domainMappings/example.com`.
        
         This may not represent the full list of mapped domain mappings if the user
         does not have `VIEWER` permissions on all of the applications that have
         this certificate mapped. See `domain_mappings_count` for a complete count.
        
         Only returned by `GET` or `LIST` requests when specifically requested by
         the `view=FULL_CERTIFICATE` option.
        
         @OutputOnly
         
        repeated string visible_domain_mappings = 8;
        Returns:
        The count of visibleDomainMappings.
      • getVisibleDomainMappings

        String getVisibleDomainMappings​(int index)
         The full paths to user visible Domain Mapping resources that have this
         certificate mapped. Example: `apps/myapp/domainMappings/example.com`.
        
         This may not represent the full list of mapped domain mappings if the user
         does not have `VIEWER` permissions on all of the applications that have
         this certificate mapped. See `domain_mappings_count` for a complete count.
        
         Only returned by `GET` or `LIST` requests when specifically requested by
         the `view=FULL_CERTIFICATE` option.
        
         @OutputOnly
         
        repeated string visible_domain_mappings = 8;
        Parameters:
        index - The index of the element to return.
        Returns:
        The visibleDomainMappings at the given index.
      • getVisibleDomainMappingsBytes

        com.google.protobuf.ByteString getVisibleDomainMappingsBytes​(int index)
         The full paths to user visible Domain Mapping resources that have this
         certificate mapped. Example: `apps/myapp/domainMappings/example.com`.
        
         This may not represent the full list of mapped domain mappings if the user
         does not have `VIEWER` permissions on all of the applications that have
         this certificate mapped. See `domain_mappings_count` for a complete count.
        
         Only returned by `GET` or `LIST` requests when specifically requested by
         the `view=FULL_CERTIFICATE` option.
        
         @OutputOnly
         
        repeated string visible_domain_mappings = 8;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the visibleDomainMappings at the given index.
      • getDomainMappingsCount

        int getDomainMappingsCount()
         Aggregate count of the domain mappings with this certificate mapped. This
         count includes domain mappings on applications for which the user does not
         have `VIEWER` permissions.
        
         Only returned by `GET` or `LIST` requests when specifically requested by
         the `view=FULL_CERTIFICATE` option.
        
         @OutputOnly
         
        int32 domain_mappings_count = 9;
        Returns:
        The domainMappingsCount.