Class Topic

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.pubsub.v1.Topic
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TopicOrBuilder, Serializable

public final class Topic extends com.google.protobuf.GeneratedMessageV3 implements TopicOrBuilder
 A topic resource.
 
Protobuf type google.pubsub.v1.Topic
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A topic resource.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).
    boolean
     
    static Topic
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.
    com.google.protobuf.ByteString
    The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.
    Deprecated.
    int
    See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).
    See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).
    getLabelsOrDefault(String key, String defaultValue)
    See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).
    See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).
    com.google.protobuf.Duration
    Indicates the minimum duration to retain a message after it is published to the topic.
    com.google.protobuf.DurationOrBuilder
    Indicates the minimum duration to retain a message after it is published to the topic.
    Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored.
    Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored.
    Required.
    com.google.protobuf.ByteString
    Required.
    com.google.protobuf.Parser<Topic>
     
    boolean
    Reserved for future use.
    Settings for validating messages published against a schema.
    Settings for validating messages published against a schema.
    int
     
    int
     
    boolean
    Indicates the minimum duration to retain a message after it is published to the topic.
    boolean
    Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored.
    boolean
    Settings for validating messages published against a schema.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    protected com.google.protobuf.MapField
    internalGetMapField(int number)
     
    final boolean
     
     
    newBuilder(Topic prototype)
     
     
    protected Topic.Builder
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
    static Topic
     
    static Topic
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Topic
    parseFrom(byte[] data)
     
    static Topic
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Topic
    parseFrom(com.google.protobuf.ByteString data)
     
    static Topic
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Topic
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    static Topic
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Topic
     
    static Topic
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Topic
     
    static Topic
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Topic>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Field Details

    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • LABELS_FIELD_NUMBER

      public static final int LABELS_FIELD_NUMBER
      See Also:
    • MESSAGE_STORAGE_POLICY_FIELD_NUMBER

      public static final int MESSAGE_STORAGE_POLICY_FIELD_NUMBER
      See Also:
    • KMS_KEY_NAME_FIELD_NUMBER

      public static final int KMS_KEY_NAME_FIELD_NUMBER
      See Also:
    • SCHEMA_SETTINGS_FIELD_NUMBER

      public static final int SCHEMA_SETTINGS_FIELD_NUMBER
      See Also:
    • SATISFIES_PZS_FIELD_NUMBER

      public static final int SATISFIES_PZS_FIELD_NUMBER
      See Also:
    • MESSAGE_RETENTION_DURATION_FIELD_NUMBER

      public static final int MESSAGE_RETENTION_DURATION_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()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

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

      public String getName()
       Required. The name of the topic. It must have the format
       `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter,
       and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`),
       underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent
       signs (`%`). It must be between 3 and 255 characters in length, and it
       must not start with `"goog"`.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getName in interface TopicOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Required. The name of the topic. It must have the format
       `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter,
       and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`),
       underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent
       signs (`%`). It must be between 3 and 255 characters in length, and it
       must not start with `"goog"`.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getNameBytes in interface TopicOrBuilder
      Returns:
      The bytes for name.
    • getLabelsCount

      public int getLabelsCount()
      Description copied from interface: TopicOrBuilder
       See [Creating and managing labels]
       (https://cloud.google.com/pubsub/docs/labels).
       
      map<string, string> labels = 2;
      Specified by:
      getLabelsCount in interface TopicOrBuilder
    • containsLabels

      public boolean containsLabels(String key)
       See [Creating and managing labels]
       (https://cloud.google.com/pubsub/docs/labels).
       
      map<string, string> labels = 2;
      Specified by:
      containsLabels in interface TopicOrBuilder
    • getLabels

      @Deprecated public Map<String,String> getLabels()
      Deprecated.
      Use getLabelsMap() instead.
      Specified by:
      getLabels in interface TopicOrBuilder
    • getLabelsMap

      public Map<String,String> getLabelsMap()
       See [Creating and managing labels]
       (https://cloud.google.com/pubsub/docs/labels).
       
      map<string, string> labels = 2;
      Specified by:
      getLabelsMap in interface TopicOrBuilder
    • getLabelsOrDefault

      public String getLabelsOrDefault(String key, String defaultValue)
       See [Creating and managing labels]
       (https://cloud.google.com/pubsub/docs/labels).
       
      map<string, string> labels = 2;
      Specified by:
      getLabelsOrDefault in interface TopicOrBuilder
    • getLabelsOrThrow

      public String getLabelsOrThrow(String key)
       See [Creating and managing labels]
       (https://cloud.google.com/pubsub/docs/labels).
       
      map<string, string> labels = 2;
      Specified by:
      getLabelsOrThrow in interface TopicOrBuilder
    • hasMessageStoragePolicy

      public boolean hasMessageStoragePolicy()
       Policy constraining the set of Google Cloud Platform regions where messages
       published to the topic may be stored. If not present, then no constraints
       are in effect.
       
      .google.pubsub.v1.MessageStoragePolicy message_storage_policy = 3;
      Specified by:
      hasMessageStoragePolicy in interface TopicOrBuilder
      Returns:
      Whether the messageStoragePolicy field is set.
    • getMessageStoragePolicy

      public MessageStoragePolicy getMessageStoragePolicy()
       Policy constraining the set of Google Cloud Platform regions where messages
       published to the topic may be stored. If not present, then no constraints
       are in effect.
       
      .google.pubsub.v1.MessageStoragePolicy message_storage_policy = 3;
      Specified by:
      getMessageStoragePolicy in interface TopicOrBuilder
      Returns:
      The messageStoragePolicy.
    • getMessageStoragePolicyOrBuilder

      public MessageStoragePolicyOrBuilder getMessageStoragePolicyOrBuilder()
       Policy constraining the set of Google Cloud Platform regions where messages
       published to the topic may be stored. If not present, then no constraints
       are in effect.
       
      .google.pubsub.v1.MessageStoragePolicy message_storage_policy = 3;
      Specified by:
      getMessageStoragePolicyOrBuilder in interface TopicOrBuilder
    • getKmsKeyName

      public String getKmsKeyName()
       The resource name of the Cloud KMS CryptoKey to be used to protect access
       to messages published on this topic.
      
       The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
       
      string kms_key_name = 5;
      Specified by:
      getKmsKeyName in interface TopicOrBuilder
      Returns:
      The kmsKeyName.
    • getKmsKeyNameBytes

      public com.google.protobuf.ByteString getKmsKeyNameBytes()
       The resource name of the Cloud KMS CryptoKey to be used to protect access
       to messages published on this topic.
      
       The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
       
      string kms_key_name = 5;
      Specified by:
      getKmsKeyNameBytes in interface TopicOrBuilder
      Returns:
      The bytes for kmsKeyName.
    • hasSchemaSettings

      public boolean hasSchemaSettings()
       Settings for validating messages published against a schema.
       
      .google.pubsub.v1.SchemaSettings schema_settings = 6;
      Specified by:
      hasSchemaSettings in interface TopicOrBuilder
      Returns:
      Whether the schemaSettings field is set.
    • getSchemaSettings

      public SchemaSettings getSchemaSettings()
       Settings for validating messages published against a schema.
       
      .google.pubsub.v1.SchemaSettings schema_settings = 6;
      Specified by:
      getSchemaSettings in interface TopicOrBuilder
      Returns:
      The schemaSettings.
    • getSchemaSettingsOrBuilder

      public SchemaSettingsOrBuilder getSchemaSettingsOrBuilder()
       Settings for validating messages published against a schema.
       
      .google.pubsub.v1.SchemaSettings schema_settings = 6;
      Specified by:
      getSchemaSettingsOrBuilder in interface TopicOrBuilder
    • getSatisfiesPzs

      public boolean getSatisfiesPzs()
       Reserved for future use. This field is set only in responses from the
       server; it is ignored if it is set in any requests.
       
      bool satisfies_pzs = 7;
      Specified by:
      getSatisfiesPzs in interface TopicOrBuilder
      Returns:
      The satisfiesPzs.
    • hasMessageRetentionDuration

      public boolean hasMessageRetentionDuration()
       Indicates the minimum duration to retain a message after it is published to
       the topic. If this field is set, messages published to the topic in the
       last `message_retention_duration` are always available to subscribers. For
       instance, it allows any attached subscription to [seek to a
       timestamp](https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time)
       that is up to `message_retention_duration` in the past. If this field is
       not set, message retention is controlled by settings on individual
       subscriptions. Cannot be more than 31 days or less than 10 minutes.
       
      .google.protobuf.Duration message_retention_duration = 8;
      Specified by:
      hasMessageRetentionDuration in interface TopicOrBuilder
      Returns:
      Whether the messageRetentionDuration field is set.
    • getMessageRetentionDuration

      public com.google.protobuf.Duration getMessageRetentionDuration()
       Indicates the minimum duration to retain a message after it is published to
       the topic. If this field is set, messages published to the topic in the
       last `message_retention_duration` are always available to subscribers. For
       instance, it allows any attached subscription to [seek to a
       timestamp](https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time)
       that is up to `message_retention_duration` in the past. If this field is
       not set, message retention is controlled by settings on individual
       subscriptions. Cannot be more than 31 days or less than 10 minutes.
       
      .google.protobuf.Duration message_retention_duration = 8;
      Specified by:
      getMessageRetentionDuration in interface TopicOrBuilder
      Returns:
      The messageRetentionDuration.
    • getMessageRetentionDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getMessageRetentionDurationOrBuilder()
       Indicates the minimum duration to retain a message after it is published to
       the topic. If this field is set, messages published to the topic in the
       last `message_retention_duration` are always available to subscribers. For
       instance, it allows any attached subscription to [seek to a
       timestamp](https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time)
       that is up to `message_retention_duration` in the past. If this field is
       not set, message retention is controlled by settings on individual
       subscriptions. Cannot be more than 31 days or less than 10 minutes.
       
      .google.protobuf.Duration message_retention_duration = 8;
      Specified by:
      getMessageRetentionDurationOrBuilder in interface TopicOrBuilder
    • 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 Topic parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Topic.Builder newBuilder()
    • newBuilder

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

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

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

      public static Topic getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Topic> 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 Topic getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder