public static final class Help.Builder extends GeneratedMessage.Builder<Help.Builder> implements HelpOrBuilder
Provides links to documentation or for performing an out of band action.
For example, if a quota check failed with an error indicating the calling
project hasn't enabled the accessed service, this can contain a URL pointing
directly to the right place in the developer console to flip the bit.
Protobuf type google.rpc.Help
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllLinks(Iterable<? extends Help.Link> values)
public Help.Builder addAllLinks(Iterable<? extends Help.Link> values)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.rpc.Help.Link>
|
addLinks(Help.Link value)
public Help.Builder addLinks(Help.Link value)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
addLinks(Help.Link.Builder builderForValue)
public Help.Builder addLinks(Help.Link.Builder builderForValue)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
addLinks(int index, Help.Link value)
public Help.Builder addLinks(int index, Help.Link value)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
addLinks(int index, Help.Link.Builder builderForValue)
public Help.Builder addLinks(int index, Help.Link.Builder builderForValue)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
addLinksBuilder()
public Help.Link.Builder addLinksBuilder()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
addLinksBuilder(int index)
public Help.Link.Builder addLinksBuilder(int index)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
| Returns |
| Type |
Description |
Help |
|
buildPartial()
public Help buildPartial()
| Returns |
| Type |
Description |
Help |
|
clear()
public Help.Builder clear()
Overrides
clearLinks()
public Help.Builder clearLinks()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
getDefaultInstanceForType()
public Help getDefaultInstanceForType()
| Returns |
| Type |
Description |
Help |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLinks(int index)
public Help.Link getLinks(int index)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter |
| Name |
Description |
index |
int
|
getLinksBuilder(int index)
public Help.Link.Builder getLinksBuilder(int index)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter |
| Name |
Description |
index |
int
|
getLinksBuilderList()
public List<Help.Link.Builder> getLinksBuilderList()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
getLinksCount()
public int getLinksCount()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Returns |
| Type |
Description |
int |
|
getLinksList()
public List<Help.Link> getLinksList()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
getLinksOrBuilder(int index)
public Help.LinkOrBuilder getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter |
| Name |
Description |
index |
int
|
getLinksOrBuilderList()
public List<? extends Help.LinkOrBuilder> getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Returns |
| Type |
Description |
List<? extends com.google.rpc.Help.LinkOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public Help.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Help.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeFrom(Help other)
public Help.Builder mergeFrom(Help other)
| Parameter |
| Name |
Description |
other |
Help
|
removeLinks(int index)
public Help.Builder removeLinks(int index)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter |
| Name |
Description |
index |
int
|
setLinks(int index, Help.Link value)
public Help.Builder setLinks(int index, Help.Link value)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
setLinks(int index, Help.Link.Builder builderForValue)
public Help.Builder setLinks(int index, Help.Link.Builder builderForValue)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;