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

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

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

        public ListDeidentifyTemplatesResponse 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<ListDeidentifyTemplatesResponse.Builder>
      • setDeidentifyTemplates

        public ListDeidentifyTemplatesResponse.Builder setDeidentifyTemplates​(int index,
                                                                              DeidentifyTemplate value)
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • addDeidentifyTemplates

        public ListDeidentifyTemplatesResponse.Builder addDeidentifyTemplates​(int index,
                                                                              DeidentifyTemplate value)
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • clearDeidentifyTemplates

        public ListDeidentifyTemplatesResponse.Builder clearDeidentifyTemplates()
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • removeDeidentifyTemplates

        public ListDeidentifyTemplatesResponse.Builder removeDeidentifyTemplates​(int index)
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getDeidentifyTemplatesBuilder

        public DeidentifyTemplate.Builder getDeidentifyTemplatesBuilder​(int index)
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • addDeidentifyTemplatesBuilder

        public DeidentifyTemplate.Builder addDeidentifyTemplatesBuilder()
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • addDeidentifyTemplatesBuilder

        public DeidentifyTemplate.Builder addDeidentifyTemplatesBuilder​(int index)
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getDeidentifyTemplatesBuilderList

        public List<DeidentifyTemplate.Builder> getDeidentifyTemplatesBuilderList()
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         If the next page is available then the next page token to be used
         in following ListDeidentifyTemplates request.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListDeidentifyTemplatesResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListDeidentifyTemplatesResponse.Builder setNextPageToken​(String value)
         If the next page is available then the next page token to be used
         in following ListDeidentifyTemplates request.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListDeidentifyTemplatesResponse.Builder clearNextPageToken()
         If the next page is available then the next page token to be used
         in following ListDeidentifyTemplates request.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListDeidentifyTemplatesResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         If the next page is available then the next page token to be used
         in following ListDeidentifyTemplates request.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.