public static final class Help.Link extends com.google.protobuf.GeneratedMessageV3 implements Help.LinkOrBuilder
Describes a URL link.Protobuf type
google.rpc.Help.Link| 限定符和类型 | 类和说明 |
|---|---|
static class |
Help.Link.Builder
Describes a URL link.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
URL_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static Help.Link |
getDefaultInstance() |
Help.Link |
getDefaultInstanceForType() |
String |
getDescription()
Describes what the link offers.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Describes what the link offers.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Help.Link> |
getParserForType() |
int |
getSerializedSize() |
String |
getUrl()
The URL of the link.
|
com.google.protobuf.ByteString |
getUrlBytes()
The URL of the link.
|
int |
hashCode() |
boolean |
isInitialized() |
static Help.Link.Builder |
newBuilder() |
static Help.Link.Builder |
newBuilder(Help.Link prototype) |
Help.Link.Builder |
newBuilderForType() |
static Help.Link |
parseDelimitedFrom(InputStream input) |
static Help.Link |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Help.Link |
parseFrom(byte[] data) |
static Help.Link |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Help.Link |
parseFrom(ByteBuffer data) |
static Help.Link |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Help.Link |
parseFrom(com.google.protobuf.ByteString data) |
static Help.Link |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Help.Link |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Help.Link |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Help.Link |
parseFrom(InputStream input) |
static Help.Link |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Help.Link> |
parser() |
Help.Link.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int DESCRIPTION_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public String getDescription()
Describes what the link offers.
string description = 1;getDescription 在接口中 Help.LinkOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
Describes what the link offers.
string description = 1;getDescriptionBytes 在接口中 Help.LinkOrBuilderpublic String getUrl()
The URL of the link.
string url = 2;getUrl 在接口中 Help.LinkOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
The URL of the link.
string url = 2;getUrlBytes 在接口中 Help.LinkOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Help.Link parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Help.Link parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Help.Link parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Help.Link parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Help.Link parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Help.Link parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Help.Link parseFrom(InputStream input) throws IOException
IOExceptionpublic static Help.Link parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Help.Link parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Help.Link parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Help.Link parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Help.Link parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Help.Link.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Help.Link.Builder newBuilder()
public static Help.Link.Builder newBuilder(Help.Link prototype)
public Help.Link.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static Help.Link getDefaultInstance()
public static com.google.protobuf.Parser<Help.Link> parser()
public com.google.protobuf.Parser<Help.Link> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Help.Link getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.