Class SCCInfo (0.6.0)

public final class SCCInfo extends GeneratedMessage implements SCCInfoOrBuilder

Info associated with SCC signals.

Protobuf type google.cloud.databasecenter.v1beta.SCCInfo

Implements

SCCInfoOrBuilder

Static Fields

CATEGORY_FIELD_NUMBER

public static final int CATEGORY_FIELD_NUMBER
Field Value
Type Description
int

EXTERNAL_URI_FIELD_NUMBER

public static final int EXTERNAL_URI_FIELD_NUMBER
Field Value
Type Description
int

REGULATORY_STANDARDS_FIELD_NUMBER

public static final int REGULATORY_STANDARDS_FIELD_NUMBER
Field Value
Type Description
int

SIGNAL_FIELD_NUMBER

public static final int SIGNAL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SCCInfo getDefaultInstance()
Returns
Type Description
SCCInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

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

newBuilder(SCCInfo prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCategory()

public String getCategory()

Name by which SCC calls this signal.

string category = 2;

Returns
Type Description
String

The category.

getCategoryBytes()

public ByteString getCategoryBytes()

Name by which SCC calls this signal.

string category = 2;

Returns
Type Description
ByteString

The bytes for category.

getDefaultInstanceForType()

public SCCInfo getDefaultInstanceForType()
Returns
Type Description
SCCInfo

getExternalUri()

public String getExternalUri()

External URI which points to a SCC page associated with the signal.

string external_uri = 4;

Returns
Type Description
String

The externalUri.

getExternalUriBytes()

public ByteString getExternalUriBytes()

External URI which points to a SCC page associated with the signal.

string external_uri = 4;

Returns
Type Description
ByteString

The bytes for externalUri.

getParserForType()

public Parser<SCCInfo> getParserForType()
Returns
Type Description
Parser<SCCInfo>
Overrides

getRegulatoryStandards(int index)

public RegulatoryStandard getRegulatoryStandards(int index)

Compliances that are associated with the signal.

repeated .google.cloud.databasecenter.v1beta.RegulatoryStandard regulatory_standards = 3;

Parameter
Name Description
index int
Returns
Type Description
RegulatoryStandard

getRegulatoryStandardsCount()

public int getRegulatoryStandardsCount()

Compliances that are associated with the signal.

repeated .google.cloud.databasecenter.v1beta.RegulatoryStandard regulatory_standards = 3;

Returns
Type Description
int

getRegulatoryStandardsList()

public List<RegulatoryStandard> getRegulatoryStandardsList()

Compliances that are associated with the signal.

repeated .google.cloud.databasecenter.v1beta.RegulatoryStandard regulatory_standards = 3;

Returns
Type Description
List<RegulatoryStandard>

getRegulatoryStandardsOrBuilder(int index)

public RegulatoryStandardOrBuilder getRegulatoryStandardsOrBuilder(int index)

Compliances that are associated with the signal.

repeated .google.cloud.databasecenter.v1beta.RegulatoryStandard regulatory_standards = 3;

Parameter
Name Description
index int
Returns
Type Description
RegulatoryStandardOrBuilder

getRegulatoryStandardsOrBuilderList()

public List<? extends RegulatoryStandardOrBuilder> getRegulatoryStandardsOrBuilderList()

Compliances that are associated with the signal.

repeated .google.cloud.databasecenter.v1beta.RegulatoryStandard regulatory_standards = 3;

Returns
Type Description
List<? extends com.google.cloud.databasecenter.v1beta.RegulatoryStandardOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSignal()

public String getSignal()

Name of the signal.

string signal = 1;

Returns
Type Description
String

The signal.

getSignalBytes()

public ByteString getSignalBytes()

Name of the signal.

string signal = 1;

Returns
Type Description
ByteString

The bytes for signal.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected SCCInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SCCInfo.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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