public final class Publishing extends GeneratedMessageV3 implements PublishingOrBuilder
This message configures the settings for publishing Google Cloud Client
libraries
generated from the service config.
Protobuf type google.api.Publishing
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
API_SHORT_NAME_FIELD_NUMBER
public static final int API_SHORT_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CODEOWNER_GITHUB_TEAMS_FIELD_NUMBER
public static final int CODEOWNER_GITHUB_TEAMS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DOCUMENTATION_URI_FIELD_NUMBER
public static final int DOCUMENTATION_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DOC_TAG_PREFIX_FIELD_NUMBER
public static final int DOC_TAG_PREFIX_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
GITHUB_LABEL_FIELD_NUMBER
public static final int GITHUB_LABEL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LIBRARY_SETTINGS_FIELD_NUMBER
public static final int LIBRARY_SETTINGS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
METHOD_SETTINGS_FIELD_NUMBER
public static final int METHOD_SETTINGS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NEW_ISSUE_URI_FIELD_NUMBER
public static final int NEW_ISSUE_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ORGANIZATION_FIELD_NUMBER
public static final int ORGANIZATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PROTO_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER
public static final int PROTO_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Publishing getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Publishing.Builder newBuilder()
newBuilder(Publishing prototype)
public static Publishing.Builder newBuilder(Publishing prototype)
public static Publishing parseDelimitedFrom(InputStream input)
public static Publishing parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Publishing parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Publishing parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Publishing parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Publishing parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Publishing parseFrom(CodedInputStream input)
public static Publishing parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Publishing parseFrom(InputStream input)
public static Publishing parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Publishing parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Publishing parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Publishing> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getApiShortName()
public String getApiShortName()
Used as a tracking tag when collecting data about the APIs developer
relations artifacts like docs, packages delivered to package managers,
etc. Example: "speech".
string api_short_name = 103;
Returns |
---|
Type | Description |
String | The apiShortName.
|
getApiShortNameBytes()
public ByteString getApiShortNameBytes()
Used as a tracking tag when collecting data about the APIs developer
relations artifacts like docs, packages delivered to package managers,
etc. Example: "speech".
string api_short_name = 103;
Returns |
---|
Type | Description |
ByteString | The bytes for apiShortName.
|
getCodeownerGithubTeams(int index)
public String getCodeownerGithubTeams(int index)
GitHub teams to be added to CODEOWNERS in the directory in GitHub
containing source code for the client libraries for this API.
repeated string codeowner_github_teams = 105;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The codeownerGithubTeams at the given index.
|
getCodeownerGithubTeamsBytes(int index)
public ByteString getCodeownerGithubTeamsBytes(int index)
GitHub teams to be added to CODEOWNERS in the directory in GitHub
containing source code for the client libraries for this API.
repeated string codeowner_github_teams = 105;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the codeownerGithubTeams at the given index.
|
getCodeownerGithubTeamsCount()
public int getCodeownerGithubTeamsCount()
GitHub teams to be added to CODEOWNERS in the directory in GitHub
containing source code for the client libraries for this API.
repeated string codeowner_github_teams = 105;
Returns |
---|
Type | Description |
int | The count of codeownerGithubTeams.
|
getCodeownerGithubTeamsList()
public ProtocolStringList getCodeownerGithubTeamsList()
GitHub teams to be added to CODEOWNERS in the directory in GitHub
containing source code for the client libraries for this API.
repeated string codeowner_github_teams = 105;
getDefaultInstanceForType()
public Publishing getDefaultInstanceForType()
getDocTagPrefix()
public String getDocTagPrefix()
A prefix used in sample code when demarking regions to be included in
documentation.
string doc_tag_prefix = 106;
Returns |
---|
Type | Description |
String | The docTagPrefix.
|
getDocTagPrefixBytes()
public ByteString getDocTagPrefixBytes()
A prefix used in sample code when demarking regions to be included in
documentation.
string doc_tag_prefix = 106;
Returns |
---|
Type | Description |
ByteString | The bytes for docTagPrefix.
|
getDocumentationUri()
public String getDocumentationUri()
Returns |
---|
Type | Description |
String | The documentationUri.
|
getDocumentationUriBytes()
public ByteString getDocumentationUriBytes()
Returns |
---|
Type | Description |
ByteString | The bytes for documentationUri.
|
getGithubLabel()
public String getGithubLabel()
GitHub label to apply to issues and pull requests opened for this API.
string github_label = 104;
Returns |
---|
Type | Description |
String | The githubLabel.
|
getGithubLabelBytes()
public ByteString getGithubLabelBytes()
GitHub label to apply to issues and pull requests opened for this API.
string github_label = 104;
Returns |
---|
Type | Description |
ByteString | The bytes for githubLabel.
|
getLibrarySettings(int index)
public ClientLibrarySettings getLibrarySettings(int index)
Client library settings. If the same version string appears multiple
times in this list, then the last one wins. Settings from earlier
settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
Parameter |
---|
Name | Description |
index | int
|
getLibrarySettingsCount()
public int getLibrarySettingsCount()
Client library settings. If the same version string appears multiple
times in this list, then the last one wins. Settings from earlier
settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
Returns |
---|
Type | Description |
int | |
getLibrarySettingsList()
public List<ClientLibrarySettings> getLibrarySettingsList()
Client library settings. If the same version string appears multiple
times in this list, then the last one wins. Settings from earlier
settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
getLibrarySettingsOrBuilder(int index)
public ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(int index)
Client library settings. If the same version string appears multiple
times in this list, then the last one wins. Settings from earlier
settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
Parameter |
---|
Name | Description |
index | int
|
getLibrarySettingsOrBuilderList()
public List<? extends ClientLibrarySettingsOrBuilder> getLibrarySettingsOrBuilderList()
Client library settings. If the same version string appears multiple
times in this list, then the last one wins. Settings from earlier
settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
Returns |
---|
Type | Description |
List<? extends com.google.api.ClientLibrarySettingsOrBuilder> | |
getMethodSettings(int index)
public MethodSettings getMethodSettings(int index)
A list of API method settings, e.g. the behavior for methods that use the
long-running operation pattern.
repeated .google.api.MethodSettings method_settings = 2;
Parameter |
---|
Name | Description |
index | int
|
getMethodSettingsCount()
public int getMethodSettingsCount()
A list of API method settings, e.g. the behavior for methods that use the
long-running operation pattern.
repeated .google.api.MethodSettings method_settings = 2;
Returns |
---|
Type | Description |
int | |
getMethodSettingsList()
public List<MethodSettings> getMethodSettingsList()
A list of API method settings, e.g. the behavior for methods that use the
long-running operation pattern.
repeated .google.api.MethodSettings method_settings = 2;
getMethodSettingsOrBuilder(int index)
public MethodSettingsOrBuilder getMethodSettingsOrBuilder(int index)
A list of API method settings, e.g. the behavior for methods that use the
long-running operation pattern.
repeated .google.api.MethodSettings method_settings = 2;
Parameter |
---|
Name | Description |
index | int
|
getMethodSettingsOrBuilderList()
public List<? extends MethodSettingsOrBuilder> getMethodSettingsOrBuilderList()
A list of API method settings, e.g. the behavior for methods that use the
long-running operation pattern.
repeated .google.api.MethodSettings method_settings = 2;
Returns |
---|
Type | Description |
List<? extends com.google.api.MethodSettingsOrBuilder> | |
getNewIssueUri()
public String getNewIssueUri()
Returns |
---|
Type | Description |
String | The newIssueUri.
|
getNewIssueUriBytes()
public ByteString getNewIssueUriBytes()
Returns |
---|
Type | Description |
ByteString | The bytes for newIssueUri.
|
getOrganization()
public ClientLibraryOrganization getOrganization()
For whom the client library is being published.
.google.api.ClientLibraryOrganization organization = 107;
getOrganizationValue()
public int getOrganizationValue()
For whom the client library is being published.
.google.api.ClientLibraryOrganization organization = 107;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for organization.
|
getParserForType()
public Parser<Publishing> getParserForType()
Overrides
getProtoReferenceDocumentationUri()
public String getProtoReferenceDocumentationUri()
Returns |
---|
Type | Description |
String | The protoReferenceDocumentationUri.
|
getProtoReferenceDocumentationUriBytes()
public ByteString getProtoReferenceDocumentationUriBytes()
Returns |
---|
Type | Description |
ByteString | The bytes for protoReferenceDocumentationUri.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Publishing.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Publishing.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Publishing.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides