public interface AppliedLabelOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLabel()
public abstract String getLabel()
Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"
string label = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()
Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"
string label = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for label. |
getNegated()
public abstract boolean getNegated()
Specifies whether or not to negate the effects of the label.
bool negated = 2;
Returns | |
---|---|
Type | Description |
boolean |
The negated. |