Interface CertificateIssuanceConfig.CertificateAuthorityConfig.CertificateAuthorityServiceConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCaPool()
      Required.
      com.google.protobuf.ByteString getCaPoolBytes()
      Required.
      • 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

      • getCaPool

        String getCaPool()
         Required. A CA pool resource used to issue a certificate.
         The CA pool string has a relative resource path following the form
         "projects/{project}/locations/{location}/caPools/{ca_pool}".
         
        string ca_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The caPool.
      • getCaPoolBytes

        com.google.protobuf.ByteString getCaPoolBytes()
         Required. A CA pool resource used to issue a certificate.
         The CA pool string has a relative resource path following the form
         "projects/{project}/locations/{location}/caPools/{ca_pool}".
         
        string ca_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for caPool.