Interface GrpcRouteMetadataMatchMethod.Builder

    • Method Detail

      • exact

        GrpcRouteMetadataMatchMethod.Builder exact​(String exact)

        The value sent by the client must match the specified value exactly.

        Parameters:
        exact - The value sent by the client must match the specified value exactly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        GrpcRouteMetadataMatchMethod.Builder prefix​(String prefix)

        The value sent by the client must begin with the specified characters.

        Parameters:
        prefix - The value sent by the client must begin with the specified characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • range

        GrpcRouteMetadataMatchMethod.Builder range​(MatchRange range)

        An object that represents the range of values to match on.

        Parameters:
        range - An object that represents the range of values to match on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regex

        GrpcRouteMetadataMatchMethod.Builder regex​(String regex)

        The value sent by the client must include the specified characters.

        Parameters:
        regex - The value sent by the client must include the specified characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suffix

        GrpcRouteMetadataMatchMethod.Builder suffix​(String suffix)

        The value sent by the client must end with the specified characters.

        Parameters:
        suffix - The value sent by the client must end with the specified characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.