Class UrlMapTest.Builder

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

    public static final class UrlMapTest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<UrlMapTest.Builder>
    implements UrlMapTestOrBuilder
     Message for the expected URL mappings.
     
    Protobuf type google.cloud.compute.v1.UrlMapTest
    • 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<UrlMapTest.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public UrlMapTest.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<UrlMapTest.Builder>
        Throws:
        IOException
      • hasDescription

        public boolean hasDescription()
         Description of this test case.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface UrlMapTestOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public String getDescription()
         Description of this test case.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface UrlMapTestOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Description of this test case.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface UrlMapTestOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public UrlMapTest.Builder setDescription​(String value)
         Description of this test case.
         
        optional string description = 422937596;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public UrlMapTest.Builder clearDescription()
         Description of this test case.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public UrlMapTest.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Description of this test case.
         
        optional string description = 422937596;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasExpectedOutputUrl

        public boolean hasExpectedOutputUrl()
         The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.
         
        optional string expected_output_url = 433967384;
        Specified by:
        hasExpectedOutputUrl in interface UrlMapTestOrBuilder
        Returns:
        Whether the expectedOutputUrl field is set.
      • getExpectedOutputUrl

        public String getExpectedOutputUrl()
         The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.
         
        optional string expected_output_url = 433967384;
        Specified by:
        getExpectedOutputUrl in interface UrlMapTestOrBuilder
        Returns:
        The expectedOutputUrl.
      • getExpectedOutputUrlBytes

        public com.google.protobuf.ByteString getExpectedOutputUrlBytes()
         The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.
         
        optional string expected_output_url = 433967384;
        Specified by:
        getExpectedOutputUrlBytes in interface UrlMapTestOrBuilder
        Returns:
        The bytes for expectedOutputUrl.
      • setExpectedOutputUrl

        public UrlMapTest.Builder setExpectedOutputUrl​(String value)
         The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.
         
        optional string expected_output_url = 433967384;
        Parameters:
        value - The expectedOutputUrl to set.
        Returns:
        This builder for chaining.
      • clearExpectedOutputUrl

        public UrlMapTest.Builder clearExpectedOutputUrl()
         The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.
         
        optional string expected_output_url = 433967384;
        Returns:
        This builder for chaining.
      • setExpectedOutputUrlBytes

        public UrlMapTest.Builder setExpectedOutputUrlBytes​(com.google.protobuf.ByteString value)
         The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.
         
        optional string expected_output_url = 433967384;
        Parameters:
        value - The bytes for expectedOutputUrl to set.
        Returns:
        This builder for chaining.
      • hasExpectedRedirectResponseCode

        public boolean hasExpectedRedirectResponseCode()
         For rules with urlRedirect, the test passes only if expectedRedirectResponseCode matches the HTTP status code in load balancer's redirect response. expectedRedirectResponseCode cannot be set when service is set.
         
        optional int32 expected_redirect_response_code = 18888047;
        Specified by:
        hasExpectedRedirectResponseCode in interface UrlMapTestOrBuilder
        Returns:
        Whether the expectedRedirectResponseCode field is set.
      • getExpectedRedirectResponseCode

        public int getExpectedRedirectResponseCode()
         For rules with urlRedirect, the test passes only if expectedRedirectResponseCode matches the HTTP status code in load balancer's redirect response. expectedRedirectResponseCode cannot be set when service is set.
         
        optional int32 expected_redirect_response_code = 18888047;
        Specified by:
        getExpectedRedirectResponseCode in interface UrlMapTestOrBuilder
        Returns:
        The expectedRedirectResponseCode.
      • setExpectedRedirectResponseCode

        public UrlMapTest.Builder setExpectedRedirectResponseCode​(int value)
         For rules with urlRedirect, the test passes only if expectedRedirectResponseCode matches the HTTP status code in load balancer's redirect response. expectedRedirectResponseCode cannot be set when service is set.
         
        optional int32 expected_redirect_response_code = 18888047;
        Parameters:
        value - The expectedRedirectResponseCode to set.
        Returns:
        This builder for chaining.
      • clearExpectedRedirectResponseCode

        public UrlMapTest.Builder clearExpectedRedirectResponseCode()
         For rules with urlRedirect, the test passes only if expectedRedirectResponseCode matches the HTTP status code in load balancer's redirect response. expectedRedirectResponseCode cannot be set when service is set.
         
        optional int32 expected_redirect_response_code = 18888047;
        Returns:
        This builder for chaining.
      • getHeadersList

        public List<UrlMapTestHeader> getHeadersList()
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
        Specified by:
        getHeadersList in interface UrlMapTestOrBuilder
      • getHeadersCount

        public int getHeadersCount()
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
        Specified by:
        getHeadersCount in interface UrlMapTestOrBuilder
      • getHeaders

        public UrlMapTestHeader getHeaders​(int index)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
        Specified by:
        getHeaders in interface UrlMapTestOrBuilder
      • setHeaders

        public UrlMapTest.Builder setHeaders​(int index,
                                             UrlMapTestHeader value)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • setHeaders

        public UrlMapTest.Builder setHeaders​(int index,
                                             UrlMapTestHeader.Builder builderForValue)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • addHeaders

        public UrlMapTest.Builder addHeaders​(UrlMapTestHeader value)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • addHeaders

        public UrlMapTest.Builder addHeaders​(int index,
                                             UrlMapTestHeader value)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • addHeaders

        public UrlMapTest.Builder addHeaders​(UrlMapTestHeader.Builder builderForValue)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • addHeaders

        public UrlMapTest.Builder addHeaders​(int index,
                                             UrlMapTestHeader.Builder builderForValue)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • addAllHeaders

        public UrlMapTest.Builder addAllHeaders​(Iterable<? extends UrlMapTestHeader> values)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • clearHeaders

        public UrlMapTest.Builder clearHeaders()
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • removeHeaders

        public UrlMapTest.Builder removeHeaders​(int index)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • getHeadersBuilder

        public UrlMapTestHeader.Builder getHeadersBuilder​(int index)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • getHeadersOrBuilder

        public UrlMapTestHeaderOrBuilder getHeadersOrBuilder​(int index)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
        Specified by:
        getHeadersOrBuilder in interface UrlMapTestOrBuilder
      • getHeadersOrBuilderList

        public List<? extends UrlMapTestHeaderOrBuilder> getHeadersOrBuilderList()
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
        Specified by:
        getHeadersOrBuilderList in interface UrlMapTestOrBuilder
      • addHeadersBuilder

        public UrlMapTestHeader.Builder addHeadersBuilder()
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • addHeadersBuilder

        public UrlMapTestHeader.Builder addHeadersBuilder​(int index)
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • getHeadersBuilderList

        public List<UrlMapTestHeader.Builder> getHeadersBuilderList()
         HTTP headers for this request. If headers contains a host header, then host must also match the header value.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • hasHost

        public boolean hasHost()
         Host portion of the URL. If headers contains a host header, then host must also match the header value.
         
        optional string host = 3208616;
        Specified by:
        hasHost in interface UrlMapTestOrBuilder
        Returns:
        Whether the host field is set.
      • getHost

        public String getHost()
         Host portion of the URL. If headers contains a host header, then host must also match the header value.
         
        optional string host = 3208616;
        Specified by:
        getHost in interface UrlMapTestOrBuilder
        Returns:
        The host.
      • getHostBytes

        public com.google.protobuf.ByteString getHostBytes()
         Host portion of the URL. If headers contains a host header, then host must also match the header value.
         
        optional string host = 3208616;
        Specified by:
        getHostBytes in interface UrlMapTestOrBuilder
        Returns:
        The bytes for host.
      • setHost

        public UrlMapTest.Builder setHost​(String value)
         Host portion of the URL. If headers contains a host header, then host must also match the header value.
         
        optional string host = 3208616;
        Parameters:
        value - The host to set.
        Returns:
        This builder for chaining.
      • clearHost

        public UrlMapTest.Builder clearHost()
         Host portion of the URL. If headers contains a host header, then host must also match the header value.
         
        optional string host = 3208616;
        Returns:
        This builder for chaining.
      • setHostBytes

        public UrlMapTest.Builder setHostBytes​(com.google.protobuf.ByteString value)
         Host portion of the URL. If headers contains a host header, then host must also match the header value.
         
        optional string host = 3208616;
        Parameters:
        value - The bytes for host to set.
        Returns:
        This builder for chaining.
      • hasPath

        public boolean hasPath()
         Path portion of the URL.
         
        optional string path = 3433509;
        Specified by:
        hasPath in interface UrlMapTestOrBuilder
        Returns:
        Whether the path field is set.
      • getPath

        public String getPath()
         Path portion of the URL.
         
        optional string path = 3433509;
        Specified by:
        getPath in interface UrlMapTestOrBuilder
        Returns:
        The path.
      • getPathBytes

        public com.google.protobuf.ByteString getPathBytes()
         Path portion of the URL.
         
        optional string path = 3433509;
        Specified by:
        getPathBytes in interface UrlMapTestOrBuilder
        Returns:
        The bytes for path.
      • setPath

        public UrlMapTest.Builder setPath​(String value)
         Path portion of the URL.
         
        optional string path = 3433509;
        Parameters:
        value - The path to set.
        Returns:
        This builder for chaining.
      • clearPath

        public UrlMapTest.Builder clearPath()
         Path portion of the URL.
         
        optional string path = 3433509;
        Returns:
        This builder for chaining.
      • setPathBytes

        public UrlMapTest.Builder setPathBytes​(com.google.protobuf.ByteString value)
         Path portion of the URL.
         
        optional string path = 3433509;
        Parameters:
        value - The bytes for path to set.
        Returns:
        This builder for chaining.
      • hasService

        public boolean hasService()
         Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.
         
        optional string service = 373540533;
        Specified by:
        hasService in interface UrlMapTestOrBuilder
        Returns:
        Whether the service field is set.
      • getService

        public String getService()
         Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.
         
        optional string service = 373540533;
        Specified by:
        getService in interface UrlMapTestOrBuilder
        Returns:
        The service.
      • getServiceBytes

        public com.google.protobuf.ByteString getServiceBytes()
         Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.
         
        optional string service = 373540533;
        Specified by:
        getServiceBytes in interface UrlMapTestOrBuilder
        Returns:
        The bytes for service.
      • setService

        public UrlMapTest.Builder setService​(String value)
         Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.
         
        optional string service = 373540533;
        Parameters:
        value - The service to set.
        Returns:
        This builder for chaining.
      • clearService

        public UrlMapTest.Builder clearService()
         Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.
         
        optional string service = 373540533;
        Returns:
        This builder for chaining.
      • setServiceBytes

        public UrlMapTest.Builder setServiceBytes​(com.google.protobuf.ByteString value)
         Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.
         
        optional string service = 373540533;
        Parameters:
        value - The bytes for service to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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