Interface V1.NodeProxyOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.NodeProxyOptions, V1.NodeProxyOptions.Builder
Enclosing class:
V1

public static interface V1.NodeProxyOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Path is the URL path to use for the current proxy request to node.
    com.google.protobuf.ByteString
    Path is the URL path to use for the current proxy request to node.
    boolean
    Path is the URL path to use for the current proxy request to node.

    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 Details

    • hasPath

      boolean hasPath()
       Path is the URL path to use for the current proxy request to node.
       +optional
       
      optional string path = 1;
    • getPath

      String getPath()
       Path is the URL path to use for the current proxy request to node.
       +optional
       
      optional string path = 1;
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       Path is the URL path to use for the current proxy request to node.
       +optional
       
      optional string path = 1;