Class GetFetcherConfigJsonSchemaReply.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<GetFetcherConfigJsonSchemaReply.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<GetFetcherConfigJsonSchemaReply.Builder>
      • getDefaultInstanceForType

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

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

        public GetFetcherConfigJsonSchemaReply 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<GetFetcherConfigJsonSchemaReply.Builder>
      • getFetcherConfigJsonSchemaBytes

        public com.google.protobuf.ByteString getFetcherConfigJsonSchemaBytes()
         The json schema that describes the fetcher config in string format.
         
        string fetcher_config_json_schema = 1;
        Specified by:
        getFetcherConfigJsonSchemaBytes in interface GetFetcherConfigJsonSchemaReplyOrBuilder
        Returns:
        The bytes for fetcherConfigJsonSchema.
      • setFetcherConfigJsonSchema

        public GetFetcherConfigJsonSchemaReply.Builder setFetcherConfigJsonSchema​(String value)
         The json schema that describes the fetcher config in string format.
         
        string fetcher_config_json_schema = 1;
        Parameters:
        value - The fetcherConfigJsonSchema to set.
        Returns:
        This builder for chaining.
      • clearFetcherConfigJsonSchema

        public GetFetcherConfigJsonSchemaReply.Builder clearFetcherConfigJsonSchema()
         The json schema that describes the fetcher config in string format.
         
        string fetcher_config_json_schema = 1;
        Returns:
        This builder for chaining.
      • setFetcherConfigJsonSchemaBytes

        public GetFetcherConfigJsonSchemaReply.Builder setFetcherConfigJsonSchemaBytes​(com.google.protobuf.ByteString value)
         The json schema that describes the fetcher config in string format.
         
        string fetcher_config_json_schema = 1;
        Parameters:
        value - The bytes for fetcherConfigJsonSchema to set.
        Returns:
        This builder for chaining.