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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BrandImplements
BrandOrBuilderStatic Fields
APPLICATION_TITLE_FIELD_NUMBER
public
static
final
int
APPLICATION_TITLE_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
ORG_INTERNAL_ONLY_FIELD_NUMBER
public
static
final
int
ORG_INTERNAL_ONLY_FIELD_NUMBER
SUPPORT_EMAIL_FIELD_NUMBER
public
static
final
int
SUPPORT_EMAIL_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Brand
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Brand
.
Builder
newBuilder
()
newBuilder(Brand prototype)
public
static
Brand
.
Builder
newBuilder
(
Brand
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Brand
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Brand
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Brand
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Brand
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Brand
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Brand
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Brand
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Brand
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Brand
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Brand
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Brand
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Brand
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Brand>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getApplicationTitle()
public
String
getApplicationTitle
()
Application name displayed on OAuth consent screen.
string application_title = 3;
getApplicationTitleBytes()
public
ByteString
getApplicationTitleBytes
()
Application name displayed on OAuth consent screen.
string application_title = 3;
getDefaultInstanceForType()
public
Brand
getDefaultInstanceForType
()
getName()
public
String
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];
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];
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];
getParserForType()
public
Parser<Brand>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
getSupportEmail()
public
String
getSupportEmail
()
Support email displayed on the OAuth consent screen.
string support_email = 2;
getSupportEmailBytes()
public
ByteString
getSupportEmailBytes
()
Support email displayed on the OAuth consent screen.
string support_email = 2;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Brand
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
Brand
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
Brand
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)