Class CertificateFilterSpec

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.cloud.namespace.v1.CertificateFilterSpec
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CertificateFilterSpecOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:CertificateFilterSpec.java.pb.meta") public final class CertificateFilterSpec extends com.google.protobuf.GeneratedMessageV3 implements CertificateFilterSpecOrBuilder
Protobuf type temporal.api.cloud.namespace.v1.CertificateFilterSpec
See Also:
  • Field Details

    • COMMON_NAME_FIELD_NUMBER

      public static final int COMMON_NAME_FIELD_NUMBER
      See Also:
    • ORGANIZATION_FIELD_NUMBER

      public static final int ORGANIZATION_FIELD_NUMBER
      See Also:
    • ORGANIZATIONAL_UNIT_FIELD_NUMBER

      public static final int ORGANIZATIONAL_UNIT_FIELD_NUMBER
      See Also:
    • SUBJECT_ALTERNATIVE_NAME_FIELD_NUMBER

      public static final int SUBJECT_ALTERNATIVE_NAME_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getCommonName

      public String getCommonName()
       The common_name in the certificate.
       Optional, default is empty.
       
      string common_name = 1;
      Specified by:
      getCommonName in interface CertificateFilterSpecOrBuilder
      Returns:
      The commonName.
    • getCommonNameBytes

      public com.google.protobuf.ByteString getCommonNameBytes()
       The common_name in the certificate.
       Optional, default is empty.
       
      string common_name = 1;
      Specified by:
      getCommonNameBytes in interface CertificateFilterSpecOrBuilder
      Returns:
      The bytes for commonName.
    • getOrganization

      public String getOrganization()
       The organization in the certificate.
       Optional, default is empty.
       
      string organization = 2;
      Specified by:
      getOrganization in interface CertificateFilterSpecOrBuilder
      Returns:
      The organization.
    • getOrganizationBytes

      public com.google.protobuf.ByteString getOrganizationBytes()
       The organization in the certificate.
       Optional, default is empty.
       
      string organization = 2;
      Specified by:
      getOrganizationBytes in interface CertificateFilterSpecOrBuilder
      Returns:
      The bytes for organization.
    • getOrganizationalUnit

      public String getOrganizationalUnit()
       The organizational_unit in the certificate.
       Optional, default is empty.
       
      string organizational_unit = 3;
      Specified by:
      getOrganizationalUnit in interface CertificateFilterSpecOrBuilder
      Returns:
      The organizationalUnit.
    • getOrganizationalUnitBytes

      public com.google.protobuf.ByteString getOrganizationalUnitBytes()
       The organizational_unit in the certificate.
       Optional, default is empty.
       
      string organizational_unit = 3;
      Specified by:
      getOrganizationalUnitBytes in interface CertificateFilterSpecOrBuilder
      Returns:
      The bytes for organizationalUnit.
    • getSubjectAlternativeName

      public String getSubjectAlternativeName()
       The subject_alternative_name in the certificate.
       Optional, default is empty.
       
      string subject_alternative_name = 4;
      Specified by:
      getSubjectAlternativeName in interface CertificateFilterSpecOrBuilder
      Returns:
      The subjectAlternativeName.
    • getSubjectAlternativeNameBytes

      public com.google.protobuf.ByteString getSubjectAlternativeNameBytes()
       The subject_alternative_name in the certificate.
       Optional, default is empty.
       
      string subject_alternative_name = 4;
      Specified by:
      getSubjectAlternativeNameBytes in interface CertificateFilterSpecOrBuilder
      Returns:
      The bytes for subjectAlternativeName.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CertificateFilterSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CertificateFilterSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CertificateFilterSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CertificateFilterSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CertificateFilterSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CertificateFilterSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CertificateFilterSpec parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CertificateFilterSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CertificateFilterSpec parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CertificateFilterSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CertificateFilterSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CertificateFilterSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public CertificateFilterSpec.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static CertificateFilterSpec.Builder newBuilder()
    • newBuilder

      public static CertificateFilterSpec.Builder newBuilder(CertificateFilterSpec prototype)
    • toBuilder

      public CertificateFilterSpec.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected CertificateFilterSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static CertificateFilterSpec getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CertificateFilterSpec> parser()
    • getParserForType

      public com.google.protobuf.Parser<CertificateFilterSpec> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public CertificateFilterSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder