public interface AttributeTypeAndValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttributeTypeCase()
public abstract AttributeTypeAndValue.AttributeTypeCase getAttributeTypeCase()
Returns | |
---|---|
Type | Description |
AttributeTypeAndValue.AttributeTypeCase |
getObjectId()
public abstract ObjectId getObjectId()
Object ID for an attribute type of an attribute and value pair.
.google.cloud.security.privateca.v1.ObjectId object_id = 2;
Returns | |
---|---|
Type | Description |
ObjectId |
The objectId. |
getObjectIdOrBuilder()
public abstract ObjectIdOrBuilder getObjectIdOrBuilder()
Object ID for an attribute type of an attribute and value pair.
.google.cloud.security.privateca.v1.ObjectId object_id = 2;
Returns | |
---|---|
Type | Description |
ObjectIdOrBuilder |
getType()
public abstract AttributeType getType()
The attribute type of the attribute and value pair.
.google.cloud.security.privateca.v1.AttributeType type = 1;
Returns | |
---|---|
Type | Description |
AttributeType |
The type. |
getTypeValue()
public abstract int getTypeValue()
The attribute type of the attribute and value pair.
.google.cloud.security.privateca.v1.AttributeType type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |
getValue()
public abstract String getValue()
The value for the attribute type.
string value = 3;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
The value for the attribute type.
string value = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |
hasObjectId()
public abstract boolean hasObjectId()
Object ID for an attribute type of an attribute and value pair.
.google.cloud.security.privateca.v1.ObjectId object_id = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the objectId field is set. |
hasType()
public abstract boolean hasType()
The attribute type of the attribute and value pair.
.google.cloud.security.privateca.v1.AttributeType type = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the type field is set. |