Class Warning.Builder

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

    public static final class Warning.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Warning.Builder>
    implements WarningOrBuilder
     [Output Only] Informational warning message.
     
    Protobuf type google.cloud.compute.v1.Warning
    • 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<Warning.Builder>
      • clear

        public Warning.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<Warning.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<Warning.Builder>
      • getDefaultInstanceForType

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

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

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

        public Warning.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<Warning.Builder>
      • setField

        public Warning.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<Warning.Builder>
      • clearField

        public Warning.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<Warning.Builder>
      • clearOneof

        public Warning.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<Warning.Builder>
      • setRepeatedField

        public Warning.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<Warning.Builder>
      • addRepeatedField

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

        public Warning.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<Warning.Builder>
      • isInitialized

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

        public Warning.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<Warning.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 WarningOrBuilder
        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 WarningOrBuilder
        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 WarningOrBuilder
        Returns:
        The bytes for code.
      • setCode

        public Warning.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 Warning.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 Warning.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 WarningOrBuilder
      • 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 WarningOrBuilder
      • 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 WarningOrBuilder
      • setData

        public Warning.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 Warning.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 Warning.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 Warning.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 Warning.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 Warning.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 Warning.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 Warning.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 Warning.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 WarningOrBuilder
      • 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 WarningOrBuilder
      • 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 WarningOrBuilder
        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 WarningOrBuilder
        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 WarningOrBuilder
        Returns:
        The bytes for message.
      • setMessage

        public Warning.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 Warning.Builder clearMessage()
         [Output Only] A human-readable description of the warning code.
         
        optional string message = 418054151;
        Returns:
        This builder for chaining.
      • setMessageBytes

        public Warning.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 Warning.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<Warning.Builder>
      • mergeUnknownFields

        public final Warning.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<Warning.Builder>