Interface Grpc.RequestHeadersOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Grpc.RequestHeaders, Grpc.RequestHeaders.Builder
Enclosing class:
Grpc

public static interface Grpc.RequestHeadersOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .proto.rpc.webrtc.v1.Metadata metadata = 2 [json_name = "metadata"];
    string method = 1 [json_name = "method"];
    com.google.protobuf.ByteString
    string method = 1 [json_name = "method"];
    com.google.protobuf.Duration
    .google.protobuf.Duration timeout = 3 [json_name = "timeout"];
    boolean
    .proto.rpc.webrtc.v1.Metadata metadata = 2 [json_name = "metadata"];
    boolean
    .google.protobuf.Duration timeout = 3 [json_name = "timeout"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getMethod

      String getMethod()
      string method = 1 [json_name = "method"];
      Returns:
      The method.
    • getMethodBytes

      com.google.protobuf.ByteString getMethodBytes()
      string method = 1 [json_name = "method"];
      Returns:
      The bytes for method.
    • hasMetadata

      boolean hasMetadata()
      .proto.rpc.webrtc.v1.Metadata metadata = 2 [json_name = "metadata"];
      Returns:
      Whether the metadata field is set.
    • getMetadata

      Grpc.Metadata getMetadata()
      .proto.rpc.webrtc.v1.Metadata metadata = 2 [json_name = "metadata"];
      Returns:
      The metadata.
    • hasTimeout

      boolean hasTimeout()
      .google.protobuf.Duration timeout = 3 [json_name = "timeout"];
      Returns:
      Whether the timeout field is set.
    • getTimeout

      com.google.protobuf.Duration getTimeout()
      .google.protobuf.Duration timeout = 3 [json_name = "timeout"];
      Returns:
      The timeout.