Class Warnings.Builder

  • All Implemented Interfaces:
    WarningsOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Warnings

    public static final class Warnings.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
    implements WarningsOrBuilder
     
    Protobuf type google.cloud.compute.v1.Warnings
    • 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<Warnings.Builder>
      • clear

        public Warnings.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.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<Warnings.Builder>
      • getDefaultInstanceForType

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

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

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

        public Warnings.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
      • setField

        public Warnings.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
      • clearField

        public Warnings.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
      • clearOneof

        public Warnings.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
      • setRepeatedField

        public Warnings.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 int index,
                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
      • addRepeatedField

        public Warnings.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
      • mergeFrom

        public Warnings.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Warnings.Builder>
      • isInitialized

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

        public Warnings.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<Warnings.Builder>
        Throws:
        IOException
      • hasCode

        public boolean hasCode()
         [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
         Check the Code enum for the list of possible values.
         
        optional string code = 3059181;
        Specified by:
        hasCode in interface WarningsOrBuilder
        Returns:
        Whether the code field is set.
      • getCode

        public String getCode()
         [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
         Check the Code enum for the list of possible values.
         
        optional string code = 3059181;
        Specified by:
        getCode in interface WarningsOrBuilder
        Returns:
        The code.
      • getCodeBytes

        public com.google.protobuf.ByteString getCodeBytes()
         [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
         Check the Code enum for the list of possible values.
         
        optional string code = 3059181;
        Specified by:
        getCodeBytes in interface WarningsOrBuilder
        Returns:
        The bytes for code.
      • setCode

        public Warnings.Builder setCode​(String value)
         [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
         Check the Code enum for the list of possible values.
         
        optional string code = 3059181;
        Parameters:
        value - The code to set.
        Returns:
        This builder for chaining.
      • clearCode

        public Warnings.Builder clearCode()
         [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
         Check the Code enum for the list of possible values.
         
        optional string code = 3059181;
        Returns:
        This builder for chaining.
      • setCodeBytes

        public Warnings.Builder setCodeBytes​(com.google.protobuf.ByteString value)
         [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
         Check the Code enum for the list of possible values.
         
        optional string code = 3059181;
        Parameters:
        value - The bytes for code to set.
        Returns:
        This builder for chaining.
      • getDataList

        public List<Data> getDataList()
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
        Specified by:
        getDataList in interface WarningsOrBuilder
      • getDataCount

        public int getDataCount()
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
        Specified by:
        getDataCount in interface WarningsOrBuilder
      • getData

        public Data getData​(int index)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
        Specified by:
        getData in interface WarningsOrBuilder
      • setData

        public Warnings.Builder setData​(int index,
                                        Data value)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • setData

        public Warnings.Builder setData​(int index,
                                        Data.Builder builderForValue)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • addData

        public Warnings.Builder addData​(Data value)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • addData

        public Warnings.Builder addData​(int index,
                                        Data value)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • addData

        public Warnings.Builder addData​(Data.Builder builderForValue)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • addData

        public Warnings.Builder addData​(int index,
                                        Data.Builder builderForValue)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • addAllData

        public Warnings.Builder addAllData​(Iterable<? extends Data> values)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • clearData

        public Warnings.Builder clearData()
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • removeData

        public Warnings.Builder removeData​(int index)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • getDataBuilder

        public Data.Builder getDataBuilder​(int index)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • getDataOrBuilder

        public DataOrBuilder getDataOrBuilder​(int index)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
        Specified by:
        getDataOrBuilder in interface WarningsOrBuilder
      • getDataOrBuilderList

        public List<? extends DataOrBuilder> getDataOrBuilderList()
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
        Specified by:
        getDataOrBuilderList in interface WarningsOrBuilder
      • addDataBuilder

        public Data.Builder addDataBuilder()
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • addDataBuilder

        public Data.Builder addDataBuilder​(int index)
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • getDataBuilderList

        public List<Data.Builder> getDataBuilderList()
         [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
         
        repeated .google.cloud.compute.v1.Data data = 3076010;
      • hasMessage

        public boolean hasMessage()
         [Output Only] A human-readable description of the warning code.
         
        optional string message = 418054151;
        Specified by:
        hasMessage in interface WarningsOrBuilder
        Returns:
        Whether the message field is set.
      • getMessage

        public String getMessage()
         [Output Only] A human-readable description of the warning code.
         
        optional string message = 418054151;
        Specified by:
        getMessage in interface WarningsOrBuilder
        Returns:
        The message.
      • getMessageBytes

        public com.google.protobuf.ByteString getMessageBytes()
         [Output Only] A human-readable description of the warning code.
         
        optional string message = 418054151;
        Specified by:
        getMessageBytes in interface WarningsOrBuilder
        Returns:
        The bytes for message.
      • setMessage

        public Warnings.Builder setMessage​(String value)
         [Output Only] A human-readable description of the warning code.
         
        optional string message = 418054151;
        Parameters:
        value - The message to set.
        Returns:
        This builder for chaining.
      • clearMessage

        public Warnings.Builder clearMessage()
         [Output Only] A human-readable description of the warning code.
         
        optional string message = 418054151;
        Returns:
        This builder for chaining.
      • setMessageBytes

        public Warnings.Builder setMessageBytes​(com.google.protobuf.ByteString value)
         [Output Only] A human-readable description of the warning code.
         
        optional string message = 418054151;
        Parameters:
        value - The bytes for message to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Warnings.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>
      • mergeUnknownFields

        public final Warnings.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Warnings.Builder>