Send feedback
Class Brand (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.9.0 keyboard_arrow_down
public final class Brand extends GeneratedMessageV3 implements BrandOrBuilder
OAuth brand data.
NOTE: Only contains a portion of the data that describes a brand.
Protobuf type google.cloud.iap.v1.Brand
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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
APPLICATION_TITLE_FIELD_NUMBER
public static final int APPLICATION_TITLE_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
ORG_INTERNAL_ONLY_FIELD_NUMBER
public static final int ORG_INTERNAL_ONLY_FIELD_NUMBER
Field Value
Type
Description
int
SUPPORT_EMAIL_FIELD_NUMBER
public static final int SUPPORT_EMAIL_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Brand getDefaultInstance ()
Returns
Type
Description
Brand
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Brand . Builder newBuilder ()
newBuilder(Brand prototype)
public static Brand . Builder newBuilder ( Brand prototype )
Parameter
Name
Description
prototype
Brand
public static Brand parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Brand
public static Brand parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Brand
parseFrom(byte[] data)
public static Brand parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Brand
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Brand parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Brand
parseFrom(ByteString data)
public static Brand parseFrom ( ByteString data )
Returns
Type
Description
Brand
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Brand parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Brand
public static Brand parseFrom ( CodedInputStream input )
Returns
Type
Description
Brand
public static Brand parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Brand
public static Brand parseFrom ( InputStream input )
Returns
Type
Description
Brand
public static Brand parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Brand
parseFrom(ByteBuffer data)
public static Brand parseFrom ( ByteBuffer data )
Returns
Type
Description
Brand
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Brand parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Brand
parser()
public static Parser<Brand> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getApplicationTitle()
public String getApplicationTitle ()
Application name displayed on OAuth consent screen.
string application_title = 3;
Returns
Type
Description
String
The applicationTitle.
getApplicationTitleBytes()
public ByteString getApplicationTitleBytes ()
Application name displayed on OAuth consent screen.
string application_title = 3;
Returns
Type
Description
ByteString
The bytes for applicationTitle.
getDefaultInstanceForType()
public Brand getDefaultInstanceForType ()
Returns
Type
Description
Brand
getName()
Output only. Identifier of the brand.
NOTE: GCP project number achieves the same brand identification purpose as
only one brand per project can be created.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Output only. Identifier of the brand.
NOTE: GCP project number achieves the same brand identification purpose as
only one brand per project can be created.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for name.
getOrgInternalOnly()
public boolean getOrgInternalOnly ()
Output only. Whether the brand is only intended for usage inside the
G Suite organization only.
bool org_internal_only = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
The orgInternalOnly.
getParserForType()
public Parser<Brand> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSupportEmail()
public String getSupportEmail ()
Support email displayed on the OAuth consent screen.
string support_email = 2;
Returns
Type
Description
String
The supportEmail.
getSupportEmailBytes()
public ByteString getSupportEmailBytes ()
Support email displayed on the OAuth consent screen.
string support_email = 2;
Returns
Type
Description
ByteString
The bytes for supportEmail.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Brand . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Brand . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Brand . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]