Interface CloudControlDetailsOrBuilder (0.1.0)

public interface CloudControlDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMajorRevisionId()

public abstract long getMajorRevisionId()

Required. Major revision of cloudcontrol

int64 major_revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The majorRevisionId.

getName()

public abstract String getName()

Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getParameters(int index)

public abstract Parameter getParameters(int index)

Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.

repeated .google.cloud.cloudsecuritycompliance.v1.Parameter parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Parameter

getParametersCount()

public abstract int getParametersCount()

Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.

repeated .google.cloud.cloudsecuritycompliance.v1.Parameter parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getParametersList()

public abstract List<Parameter> getParametersList()

Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.

repeated .google.cloud.cloudsecuritycompliance.v1.Parameter parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Parameter>

getParametersOrBuilder(int index)

public abstract ParameterOrBuilder getParametersOrBuilder(int index)

Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.

repeated .google.cloud.cloudsecuritycompliance.v1.Parameter parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ParameterOrBuilder

getParametersOrBuilderList()

public abstract List<? extends ParameterOrBuilder> getParametersOrBuilderList()

Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.

repeated .google.cloud.cloudsecuritycompliance.v1.Parameter parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.ParameterOrBuilder>