Package com.google.cloud.talent.v4beta1
Class Company
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.talent.v4beta1.Company
-
- All Implemented Interfaces:
CompanyOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Company extends com.google.protobuf.GeneratedMessageV3 implements CompanyOrBuilder
A Company resource represents a company in the service. A company is the entity that owns job postings, that is, the hiring entity responsible for employing applicants for the job position.
Protobuf typegoogle.cloud.talent.v4beta1.Company
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Company.Builder
A Company resource represents a company in the service.static class
Company.DerivedInfo
Derived details about the company.static interface
Company.DerivedInfoOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, 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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CAREER_SITE_URI_FIELD_NUMBER
static int
DERIVED_INFO_FIELD_NUMBER
static int
DISPLAY_NAME_FIELD_NUMBER
static int
EEO_TEXT_FIELD_NUMBER
static int
EXTERNAL_ID_FIELD_NUMBER
static int
HEADQUARTERS_ADDRESS_FIELD_NUMBER
static int
HIRING_AGENCY_FIELD_NUMBER
static int
IMAGE_URI_FIELD_NUMBER
static int
KEYWORD_SEARCHABLE_JOB_CUSTOM_ATTRIBUTES_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
SIZE_FIELD_NUMBER
static int
SUSPENDED_FIELD_NUMBER
static int
WEBSITE_URI_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getCareerSiteUri()
The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".com.google.protobuf.ByteString
getCareerSiteUriBytes()
The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".static Company
getDefaultInstance()
Company
getDefaultInstanceForType()
Company.DerivedInfo
getDerivedInfo()
Output only.Company.DerivedInfoOrBuilder
getDerivedInfoOrBuilder()
Output only.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getDisplayName()
Required.com.google.protobuf.ByteString
getDisplayNameBytes()
Required.String
getEeoText()
Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles.com.google.protobuf.ByteString
getEeoTextBytes()
Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles.String
getExternalId()
Required.com.google.protobuf.ByteString
getExternalIdBytes()
Required.String
getHeadquartersAddress()
The street address of the company's main headquarters, which may be different from the job location.com.google.protobuf.ByteString
getHeadquartersAddressBytes()
The street address of the company's main headquarters, which may be different from the job location.boolean
getHiringAgency()
Set to true if it is the hiring agency that post jobs for other employers.String
getImageUri()
A URI that hosts the employer's company logo.com.google.protobuf.ByteString
getImageUriBytes()
A URI that hosts the employer's company logo.String
getKeywordSearchableJobCustomAttributes(int index)
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated.com.google.protobuf.ByteString
getKeywordSearchableJobCustomAttributesBytes(int index)
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated.int
getKeywordSearchableJobCustomAttributesCount()
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated.com.google.protobuf.ProtocolStringList
getKeywordSearchableJobCustomAttributesList()
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated.String
getName()
Required during company update.com.google.protobuf.ByteString
getNameBytes()
Required during company update.com.google.protobuf.Parser<Company>
getParserForType()
int
getSerializedSize()
CompanySize
getSize()
The employer's company size.int
getSizeValue()
The employer's company size.boolean
getSuspended()
Output only.String
getWebsiteUri()
The URI representing the company's primary web site or home page, for example, "https://www.google.com".com.google.protobuf.ByteString
getWebsiteUriBytes()
The URI representing the company's primary web site or home page, for example, "https://www.google.com".boolean
hasDerivedInfo()
Output only.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Company.Builder
newBuilder()
static Company.Builder
newBuilder(Company prototype)
Company.Builder
newBuilderForType()
protected Company.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Company
parseDelimitedFrom(InputStream input)
static Company
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Company
parseFrom(byte[] data)
static Company
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Company
parseFrom(com.google.protobuf.ByteString data)
static Company
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Company
parseFrom(com.google.protobuf.CodedInputStream input)
static Company
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Company
parseFrom(InputStream input)
static Company
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Company
parseFrom(ByteBuffer data)
static Company
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Company>
parser()
Company.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXTERNAL_ID_FIELD_NUMBER
public static final int EXTERNAL_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIZE_FIELD_NUMBER
public static final int SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEADQUARTERS_ADDRESS_FIELD_NUMBER
public static final int HEADQUARTERS_ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HIRING_AGENCY_FIELD_NUMBER
public static final int HIRING_AGENCY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EEO_TEXT_FIELD_NUMBER
public static final int EEO_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WEBSITE_URI_FIELD_NUMBER
public static final int WEBSITE_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CAREER_SITE_URI_FIELD_NUMBER
public static final int CAREER_SITE_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_URI_FIELD_NUMBER
public static final int IMAGE_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KEYWORD_SEARCHABLE_JOB_CUSTOM_ATTRIBUTES_FIELD_NUMBER
public static final int KEYWORD_SEARCHABLE_JOB_CUSTOM_ATTRIBUTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DERIVED_INFO_FIELD_NUMBER
public static final int DERIVED_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUSPENDED_FIELD_NUMBER
public static final int SUSPENDED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz". If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".
string name = 1;
- Specified by:
getName
in interfaceCompanyOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz". If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".
string name = 1;
- Specified by:
getNameBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for name.
-
getDisplayName
public String getDisplayName()
Required. The display name of the company, for example, "Google LLC".
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDisplayName
in interfaceCompanyOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the company, for example, "Google LLC".
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDisplayNameBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for displayName.
-
getExternalId
public String getExternalId()
Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
string external_id = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getExternalId
in interfaceCompanyOrBuilder
- Returns:
- The externalId.
-
getExternalIdBytes
public com.google.protobuf.ByteString getExternalIdBytes()
Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
string external_id = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getExternalIdBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for externalId.
-
getSizeValue
public int getSizeValue()
The employer's company size.
.google.cloud.talent.v4beta1.CompanySize size = 4;
- Specified by:
getSizeValue
in interfaceCompanyOrBuilder
- Returns:
- The enum numeric value on the wire for size.
-
getSize
public CompanySize getSize()
The employer's company size.
.google.cloud.talent.v4beta1.CompanySize size = 4;
- Specified by:
getSize
in interfaceCompanyOrBuilder
- Returns:
- The size.
-
getHeadquartersAddress
public String getHeadquartersAddress()
The street address of the company's main headquarters, which may be different from the job location. The service attempts to geolocate the provided address, and populates a more specific location wherever possible in [DerivedInfo.headquarters_location][google.cloud.talent.v4beta1.Company.DerivedInfo.headquarters_location].
string headquarters_address = 5;
- Specified by:
getHeadquartersAddress
in interfaceCompanyOrBuilder
- Returns:
- The headquartersAddress.
-
getHeadquartersAddressBytes
public com.google.protobuf.ByteString getHeadquartersAddressBytes()
The street address of the company's main headquarters, which may be different from the job location. The service attempts to geolocate the provided address, and populates a more specific location wherever possible in [DerivedInfo.headquarters_location][google.cloud.talent.v4beta1.Company.DerivedInfo.headquarters_location].
string headquarters_address = 5;
- Specified by:
getHeadquartersAddressBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for headquartersAddress.
-
getHiringAgency
public boolean getHiringAgency()
Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
bool hiring_agency = 6;
- Specified by:
getHiringAgency
in interfaceCompanyOrBuilder
- Returns:
- The hiringAgency.
-
getEeoText
public String getEeoText()
Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles. The maximum number of allowed characters is 500.
string eeo_text = 7;
- Specified by:
getEeoText
in interfaceCompanyOrBuilder
- Returns:
- The eeoText.
-
getEeoTextBytes
public com.google.protobuf.ByteString getEeoTextBytes()
Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles. The maximum number of allowed characters is 500.
string eeo_text = 7;
- Specified by:
getEeoTextBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for eeoText.
-
getWebsiteUri
public String getWebsiteUri()
The URI representing the company's primary web site or home page, for example, "https://www.google.com". The maximum number of allowed characters is 255.
string website_uri = 8;
- Specified by:
getWebsiteUri
in interfaceCompanyOrBuilder
- Returns:
- The websiteUri.
-
getWebsiteUriBytes
public com.google.protobuf.ByteString getWebsiteUriBytes()
The URI representing the company's primary web site or home page, for example, "https://www.google.com". The maximum number of allowed characters is 255.
string website_uri = 8;
- Specified by:
getWebsiteUriBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for websiteUri.
-
getCareerSiteUri
public String getCareerSiteUri()
The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
string career_site_uri = 9;
- Specified by:
getCareerSiteUri
in interfaceCompanyOrBuilder
- Returns:
- The careerSiteUri.
-
getCareerSiteUriBytes
public com.google.protobuf.ByteString getCareerSiteUriBytes()
The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
string career_site_uri = 9;
- Specified by:
getCareerSiteUriBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for careerSiteUri.
-
getImageUri
public String getImageUri()
A URI that hosts the employer's company logo.
string image_uri = 10;
- Specified by:
getImageUri
in interfaceCompanyOrBuilder
- Returns:
- The imageUri.
-
getImageUriBytes
public com.google.protobuf.ByteString getImageUriBytes()
A URI that hosts the employer's company logo.
string image_uri = 10;
- Specified by:
getImageUriBytes
in interfaceCompanyOrBuilder
- Returns:
- The bytes for imageUri.
-
getKeywordSearchableJobCustomAttributesList
@Deprecated public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttributesList()
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4beta1/company.proto;l=116This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose corresponding `string_values` are used in keyword searches. Jobs with `string_values` under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.
repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
- Specified by:
getKeywordSearchableJobCustomAttributesList
in interfaceCompanyOrBuilder
- Returns:
- A list containing the keywordSearchableJobCustomAttributes.
-
getKeywordSearchableJobCustomAttributesCount
@Deprecated public int getKeywordSearchableJobCustomAttributesCount()
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4beta1/company.proto;l=116This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose corresponding `string_values` are used in keyword searches. Jobs with `string_values` under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.
repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
- Specified by:
getKeywordSearchableJobCustomAttributesCount
in interfaceCompanyOrBuilder
- Returns:
- The count of keywordSearchableJobCustomAttributes.
-
getKeywordSearchableJobCustomAttributes
@Deprecated public String getKeywordSearchableJobCustomAttributes(int index)
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4beta1/company.proto;l=116This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose corresponding `string_values` are used in keyword searches. Jobs with `string_values` under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.
repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
- Specified by:
getKeywordSearchableJobCustomAttributes
in interfaceCompanyOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The keywordSearchableJobCustomAttributes at the given index.
-
getKeywordSearchableJobCustomAttributesBytes
@Deprecated public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index)
Deprecated.google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4beta1/company.proto;l=116This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose corresponding `string_values` are used in keyword searches. Jobs with `string_values` under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.
repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
- Specified by:
getKeywordSearchableJobCustomAttributesBytes
in interfaceCompanyOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the keywordSearchableJobCustomAttributes at the given index.
-
hasDerivedInfo
public boolean hasDerivedInfo()
Output only. Derived details about the company.
.google.cloud.talent.v4beta1.Company.DerivedInfo derived_info = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasDerivedInfo
in interfaceCompanyOrBuilder
- Returns:
- Whether the derivedInfo field is set.
-
getDerivedInfo
public Company.DerivedInfo getDerivedInfo()
Output only. Derived details about the company.
.google.cloud.talent.v4beta1.Company.DerivedInfo derived_info = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getDerivedInfo
in interfaceCompanyOrBuilder
- Returns:
- The derivedInfo.
-
getDerivedInfoOrBuilder
public Company.DerivedInfoOrBuilder getDerivedInfoOrBuilder()
Output only. Derived details about the company.
.google.cloud.talent.v4beta1.Company.DerivedInfo derived_info = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getDerivedInfoOrBuilder
in interfaceCompanyOrBuilder
-
getSuspended
public boolean getSuspended()
Output only. Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.
bool suspended = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getSuspended
in interfaceCompanyOrBuilder
- Returns:
- The suspended.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Company parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Company parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Company parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Company parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Company parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Company parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Company parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Company parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Company parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Company parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Company parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Company parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Company.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Company.Builder newBuilder()
-
newBuilder
public static Company.Builder newBuilder(Company prototype)
-
toBuilder
public Company.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Company.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Company getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Company> parser()
-
getParserForType
public com.google.protobuf.Parser<Company> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Company getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-