Interface SCCInfoOrBuilder (0.6.0)

public interface SCCInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategory()

public abstract String getCategory()

Name by which SCC calls this signal.

string category = 2;

Returns
Type Description
String

The category.

getCategoryBytes()

public abstract ByteString getCategoryBytes()

Name by which SCC calls this signal.

string category = 2;

Returns
Type Description
ByteString

The bytes for category.

getExternalUri()

public abstract 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 abstract 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.

getRegulatoryStandards(int index)

public abstract 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 abstract int getRegulatoryStandardsCount()

Compliances that are associated with the signal.

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

Returns
Type Description
int

getRegulatoryStandardsList()

public abstract 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 abstract 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 abstract 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>

getSignal()

public abstract String getSignal()

Name of the signal.

string signal = 1;

Returns
Type Description
String

The signal.

getSignalBytes()

public abstract ByteString getSignalBytes()

Name of the signal.

string signal = 1;

Returns
Type Description
ByteString

The bytes for signal.