public static final class Help.Link extends GeneratedMessageV3 implements Help.LinkOrBuilder
Describes a URL link.
Protobuf type google.rpc.Help.Link
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Help.LinkImplements
Help.LinkOrBuilderStatic Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Type | Description |
int |
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Help.Link getDefaultInstance()
Type | Description |
Help.Link |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Help.Link.Builder newBuilder()
Type | Description |
Help.Link.Builder |
newBuilder(Help.Link prototype)
public static Help.Link.Builder newBuilder(Help.Link prototype)
Name | Description |
prototype | Help.Link |
Type | Description |
Help.Link.Builder |
parseDelimitedFrom(InputStream input)
public static Help.Link parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Help.Link |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Help.Link parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Help.Link |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Help.Link parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Help.Link |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Help.Link parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Help.Link |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Help.Link parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Help.Link |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Help.Link parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Help.Link |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Help.Link parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Help.Link |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Help.Link parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Help.Link |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Help.Link parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Help.Link |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Help.Link parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Help.Link |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Help.Link parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Help.Link |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Help.Link parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Help.Link |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Help.Link> parser()
Type | Description |
Parser<Link> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Help.Link getDefaultInstanceForType()
Type | Description |
Help.Link |
getDescription()
public String getDescription()
Describes what the link offers.
string description = 1;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Describes what the link offers.
string description = 1;
Type | Description |
ByteString | The bytes for description. |
getParserForType()
public Parser<Help.Link> getParserForType()
Type | Description |
Parser<Link> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUrl()
public String getUrl()
The URL of the link.
string url = 2;
Type | Description |
String | The url. |
getUrlBytes()
public ByteString getUrlBytes()
The URL of the link.
string url = 2;
Type | Description |
ByteString | The bytes for url. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Help.Link.Builder newBuilderForType()
Type | Description |
Help.Link.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Help.Link.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Help.Link.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Help.Link.Builder toBuilder()
Type | Description |
Help.Link.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |