Class UnregisterSubscriberResponse.Builder

    • Method Detail

      • 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.Builder<UnregisterSubscriberResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UnregisterSubscriberResponse.Builder>
      • getDefaultInstanceForType

        public UnregisterSubscriberResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UnregisterSubscriberResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UnregisterSubscriberResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UnregisterSubscriberResponse.Builder>
      • mergeFrom

        public UnregisterSubscriberResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UnregisterSubscriberResponse.Builder>
        Throws:
        IOException
      • getTopicBytes

        public com.google.protobuf.ByteString getTopicBytes()
         Name of the topic the service account subscriber access was removed from.
         
        string topic = 1;
        Specified by:
        getTopicBytes in interface UnregisterSubscriberResponseOrBuilder
        Returns:
        The bytes for topic.
      • setTopic

        public UnregisterSubscriberResponse.Builder setTopic​(String value)
         Name of the topic the service account subscriber access was removed from.
         
        string topic = 1;
        Parameters:
        value - The topic to set.
        Returns:
        This builder for chaining.
      • clearTopic

        public UnregisterSubscriberResponse.Builder clearTopic()
         Name of the topic the service account subscriber access was removed from.
         
        string topic = 1;
        Returns:
        This builder for chaining.
      • setTopicBytes

        public UnregisterSubscriberResponse.Builder setTopicBytes​(com.google.protobuf.ByteString value)
         Name of the topic the service account subscriber access was removed from.
         
        string topic = 1;
        Parameters:
        value - The bytes for topic to set.
        Returns:
        This builder for chaining.