Class Brand (0.1.0)

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

Implements

BrandOrBuilder

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()
Returns
Type Description
Descriptor

newBuilder()

public static Brand.Builder newBuilder()
Returns
Type Description
Brand.Builder

newBuilder(Brand prototype)

public static Brand.Builder newBuilder(Brand prototype)
Parameter
Name Description
prototype Brand
Returns
Type Description
Brand.Builder

parseDelimitedFrom(InputStream input)

public static Brand parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Brand
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Brand parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Brand
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Brand parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Brand
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Brand parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Brand
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Brand parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Brand
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Brand parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Brand
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Brand parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Brand
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Brand parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Brand
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Brand parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Brand
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Brand parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Brand
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Brand parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Brand
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Brand parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Brand
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Brand> parser()
Returns
Type Description
Parser<Brand>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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()

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];

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()
Returns
Type Description
Parser<Brand>
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Brand.Builder newBuilderForType()
Returns
Type Description
Brand.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Brand.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Brand.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Brand.Builder toBuilder()
Returns
Type Description
Brand.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException