public interface CloudControlDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMajorRevisionId()
public abstract long getMajorRevisionId()Required. The major version of the cloud control.
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 cloud control, in the format
organizations/{organization}/locations/{location}/cloudControls/{cloud-control}.
The only supported location is global.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The name of the cloud control, in the format
organizations/{organization}/locations/{location}/cloudControls/{cloud-control}.
The only supported location is global.
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 are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"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 are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"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 are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"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 are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"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 are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"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> |
|