Interface TestFailureOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TestFailure, TestFailure.Builder

    public interface TestFailureOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getActualOutputUrl()
      The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
      com.google.protobuf.ByteString getActualOutputUrlBytes()
      The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
      int getActualRedirectResponseCode()
      Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
      String getActualService()
      BackendService or BackendBucket returned by load balancer.
      com.google.protobuf.ByteString getActualServiceBytes()
      BackendService or BackendBucket returned by load balancer.
      String getExpectedOutputUrl()
      The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
      com.google.protobuf.ByteString getExpectedOutputUrlBytes()
      The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
      int getExpectedRedirectResponseCode()
      Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
      String getExpectedService()
      Expected BackendService or BackendBucket resource the given URL should be mapped to.
      com.google.protobuf.ByteString getExpectedServiceBytes()
      Expected BackendService or BackendBucket resource the given URL should be mapped to.
      UrlMapTestHeader getHeaders​(int index)
      HTTP headers of the request.
      int getHeadersCount()
      HTTP headers of the request.
      List<UrlMapTestHeader> getHeadersList()
      HTTP headers of the request.
      UrlMapTestHeaderOrBuilder getHeadersOrBuilder​(int index)
      HTTP headers of the request.
      List<? extends UrlMapTestHeaderOrBuilder> getHeadersOrBuilderList()
      HTTP headers of the request.
      String getHost()
      Host portion of the URL.
      com.google.protobuf.ByteString getHostBytes()
      Host portion of the URL.
      String getPath()
      Path portion including query parameters in the URL.
      com.google.protobuf.ByteString getPathBytes()
      Path portion including query parameters in the URL.
      boolean hasActualOutputUrl()
      The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
      boolean hasActualRedirectResponseCode()
      Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
      boolean hasActualService()
      BackendService or BackendBucket returned by load balancer.
      boolean hasExpectedOutputUrl()
      The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
      boolean hasExpectedRedirectResponseCode()
      Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
      boolean hasExpectedService()
      Expected BackendService or BackendBucket resource the given URL should be mapped to.
      boolean hasHost()
      Host portion of the URL.
      boolean hasPath()
      Path portion including query parameters in the URL.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasActualOutputUrl

        boolean hasActualOutputUrl()
         The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
         
        optional string actual_output_url = 287075458;
        Returns:
        Whether the actualOutputUrl field is set.
      • getActualOutputUrl

        String getActualOutputUrl()
         The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
         
        optional string actual_output_url = 287075458;
        Returns:
        The actualOutputUrl.
      • getActualOutputUrlBytes

        com.google.protobuf.ByteString getActualOutputUrlBytes()
         The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
         
        optional string actual_output_url = 287075458;
        Returns:
        The bytes for actualOutputUrl.
      • hasActualRedirectResponseCode

        boolean hasActualRedirectResponseCode()
         Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
         
        optional int32 actual_redirect_response_code = 42926553;
        Returns:
        Whether the actualRedirectResponseCode field is set.
      • getActualRedirectResponseCode

        int getActualRedirectResponseCode()
         Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
         
        optional int32 actual_redirect_response_code = 42926553;
        Returns:
        The actualRedirectResponseCode.
      • hasActualService

        boolean hasActualService()
         BackendService or BackendBucket returned by load balancer.
         
        optional string actual_service = 440379652;
        Returns:
        Whether the actualService field is set.
      • getActualService

        String getActualService()
         BackendService or BackendBucket returned by load balancer.
         
        optional string actual_service = 440379652;
        Returns:
        The actualService.
      • getActualServiceBytes

        com.google.protobuf.ByteString getActualServiceBytes()
         BackendService or BackendBucket returned by load balancer.
         
        optional string actual_service = 440379652;
        Returns:
        The bytes for actualService.
      • hasExpectedOutputUrl

        boolean hasExpectedOutputUrl()
         The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
         
        optional string expected_output_url = 433967384;
        Returns:
        Whether the expectedOutputUrl field is set.
      • getExpectedOutputUrl

        String getExpectedOutputUrl()
         The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
         
        optional string expected_output_url = 433967384;
        Returns:
        The expectedOutputUrl.
      • getExpectedOutputUrlBytes

        com.google.protobuf.ByteString getExpectedOutputUrlBytes()
         The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
         
        optional string expected_output_url = 433967384;
        Returns:
        The bytes for expectedOutputUrl.
      • hasExpectedRedirectResponseCode

        boolean hasExpectedRedirectResponseCode()
         Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
         
        optional int32 expected_redirect_response_code = 18888047;
        Returns:
        Whether the expectedRedirectResponseCode field is set.
      • getExpectedRedirectResponseCode

        int getExpectedRedirectResponseCode()
         Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
         
        optional int32 expected_redirect_response_code = 18888047;
        Returns:
        The expectedRedirectResponseCode.
      • hasExpectedService

        boolean hasExpectedService()
         Expected BackendService or BackendBucket resource the given URL should be mapped to.
         
        optional string expected_service = 133987374;
        Returns:
        Whether the expectedService field is set.
      • getExpectedService

        String getExpectedService()
         Expected BackendService or BackendBucket resource the given URL should be mapped to.
         
        optional string expected_service = 133987374;
        Returns:
        The expectedService.
      • getExpectedServiceBytes

        com.google.protobuf.ByteString getExpectedServiceBytes()
         Expected BackendService or BackendBucket resource the given URL should be mapped to.
         
        optional string expected_service = 133987374;
        Returns:
        The bytes for expectedService.
      • getHeadersList

        List<UrlMapTestHeader> getHeadersList()
         HTTP headers of the request.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • getHeaders

        UrlMapTestHeader getHeaders​(int index)
         HTTP headers of the request.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • getHeadersCount

        int getHeadersCount()
         HTTP headers of the request.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • getHeadersOrBuilderList

        List<? extends UrlMapTestHeaderOrBuilder> getHeadersOrBuilderList()
         HTTP headers of the request.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • getHeadersOrBuilder

        UrlMapTestHeaderOrBuilder getHeadersOrBuilder​(int index)
         HTTP headers of the request.
         
        repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
      • hasHost

        boolean hasHost()
         Host portion of the URL.
         
        optional string host = 3208616;
        Returns:
        Whether the host field is set.
      • getHost

        String getHost()
         Host portion of the URL.
         
        optional string host = 3208616;
        Returns:
        The host.
      • getHostBytes

        com.google.protobuf.ByteString getHostBytes()
         Host portion of the URL.
         
        optional string host = 3208616;
        Returns:
        The bytes for host.
      • hasPath

        boolean hasPath()
         Path portion including query parameters in the URL.
         
        optional string path = 3433509;
        Returns:
        Whether the path field is set.
      • getPath

        String getPath()
         Path portion including query parameters in the URL.
         
        optional string path = 3433509;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Path portion including query parameters in the URL.
         
        optional string path = 3433509;
        Returns:
        The bytes for path.