程序包 com.google.rpc

接口 Help.LinkOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
Help.Link, Help.Link.Builder
封闭类:
Help

public static interface Help.LinkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    Describes what the link offers.
    com.google.protobuf.ByteString
    Describes what the link offers.
    The URL of the link.
    com.google.protobuf.ByteString
    The URL of the link.

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getDescription

      String getDescription()
       Describes what the link offers.
       
      string description = 1;
      返回:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Describes what the link offers.
       
      string description = 1;
      返回:
      The bytes for description.
    • getUrl

      String getUrl()
       The URL of the link.
       
      string url = 2;
      返回:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       The URL of the link.
       
      string url = 2;
      返回:
      The bytes for url.