public interface ParameterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The name of the parameter.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the parameter.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParameterValue()
public abstract ParamValue getParameterValue()
Required. The value of the parameter
.google.cloud.cloudsecuritycompliance.v1.ParamValue parameter_value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ParamValue |
The parameterValue. |
getParameterValueOrBuilder()
public abstract ParamValueOrBuilder getParameterValueOrBuilder()
Required. The value of the parameter
.google.cloud.cloudsecuritycompliance.v1.ParamValue parameter_value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ParamValueOrBuilder |
hasParameterValue()
public abstract boolean hasParameterValue()
Required. The value of the parameter
.google.cloud.cloudsecuritycompliance.v1.ParamValue parameter_value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the parameterValue field is set. |