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

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

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

        public ListMetricDescriptorsResponse 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<ListMetricDescriptorsResponse.Builder>
      • mergeFrom

        public ListMetricDescriptorsResponse.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<ListMetricDescriptorsResponse.Builder>
        Throws:
        IOException
      • getMetricDescriptorsList

        public List<com.google.api.MetricDescriptor> getMetricDescriptorsList()
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
        Specified by:
        getMetricDescriptorsList in interface ListMetricDescriptorsResponseOrBuilder
      • getMetricDescriptorsCount

        public int getMetricDescriptorsCount()
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
        Specified by:
        getMetricDescriptorsCount in interface ListMetricDescriptorsResponseOrBuilder
      • getMetricDescriptors

        public com.google.api.MetricDescriptor getMetricDescriptors​(int index)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
        Specified by:
        getMetricDescriptors in interface ListMetricDescriptorsResponseOrBuilder
      • setMetricDescriptors

        public ListMetricDescriptorsResponse.Builder setMetricDescriptors​(int index,
                                                                          com.google.api.MetricDescriptor value)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • setMetricDescriptors

        public ListMetricDescriptorsResponse.Builder setMetricDescriptors​(int index,
                                                                          com.google.api.MetricDescriptor.Builder builderForValue)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • addMetricDescriptors

        public ListMetricDescriptorsResponse.Builder addMetricDescriptors​(com.google.api.MetricDescriptor value)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • addMetricDescriptors

        public ListMetricDescriptorsResponse.Builder addMetricDescriptors​(int index,
                                                                          com.google.api.MetricDescriptor value)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • addMetricDescriptors

        public ListMetricDescriptorsResponse.Builder addMetricDescriptors​(com.google.api.MetricDescriptor.Builder builderForValue)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • addMetricDescriptors

        public ListMetricDescriptorsResponse.Builder addMetricDescriptors​(int index,
                                                                          com.google.api.MetricDescriptor.Builder builderForValue)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • addAllMetricDescriptors

        public ListMetricDescriptorsResponse.Builder addAllMetricDescriptors​(Iterable<? extends com.google.api.MetricDescriptor> values)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • clearMetricDescriptors

        public ListMetricDescriptorsResponse.Builder clearMetricDescriptors()
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • removeMetricDescriptors

        public ListMetricDescriptorsResponse.Builder removeMetricDescriptors​(int index)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • getMetricDescriptorsBuilder

        public com.google.api.MetricDescriptor.Builder getMetricDescriptorsBuilder​(int index)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • getMetricDescriptorsOrBuilder

        public com.google.api.MetricDescriptorOrBuilder getMetricDescriptorsOrBuilder​(int index)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
        Specified by:
        getMetricDescriptorsOrBuilder in interface ListMetricDescriptorsResponseOrBuilder
      • getMetricDescriptorsOrBuilderList

        public List<? extends com.google.api.MetricDescriptorOrBuilder> getMetricDescriptorsOrBuilderList()
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
        Specified by:
        getMetricDescriptorsOrBuilderList in interface ListMetricDescriptorsResponseOrBuilder
      • addMetricDescriptorsBuilder

        public com.google.api.MetricDescriptor.Builder addMetricDescriptorsBuilder()
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • addMetricDescriptorsBuilder

        public com.google.api.MetricDescriptor.Builder addMetricDescriptorsBuilder​(int index)
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • getMetricDescriptorsBuilderList

        public List<com.google.api.MetricDescriptor.Builder> getMetricDescriptorsBuilderList()
         The metric descriptors that are available to the project
         and that match the value of `filter`, if present.
         
        repeated .google.api.MetricDescriptor metric_descriptors = 1;
      • getNextPageToken

        public String getNextPageToken()
         If there are more results than have been returned, then this field is set
         to a non-empty value.  To see the additional results,
         use that value as `page_token` in the next call to this method.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListMetricDescriptorsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         If there are more results than have been returned, then this field is set
         to a non-empty value.  To see the additional results,
         use that value as `page_token` in the next call to this method.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListMetricDescriptorsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListMetricDescriptorsResponse.Builder setNextPageToken​(String value)
         If there are more results than have been returned, then this field is set
         to a non-empty value.  To see the additional results,
         use that value as `page_token` in the next call to this method.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListMetricDescriptorsResponse.Builder clearNextPageToken()
         If there are more results than have been returned, then this field is set
         to a non-empty value.  To see the additional results,
         use that value as `page_token` in the next call to this method.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListMetricDescriptorsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         If there are more results than have been returned, then this field is set
         to a non-empty value.  To see the additional results,
         use that value as `page_token` in the next call to this method.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.