Interface RecordActionOnCommentRequestOrBuilder (0.6.0)

public interface RecordActionOnCommentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionType()

public abstract RecordActionOnCommentRequest.ActionType getActionType()

Required. The action type of the recorded action.

.google.cloud.gdchardwaremanagement.v1alpha.RecordActionOnCommentRequest.ActionType action_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RecordActionOnCommentRequest.ActionType

The actionType.

getActionTypeValue()

public abstract int getActionTypeValue()

Required. The action type of the recorded action.

.google.cloud.gdchardwaremanagement.v1alpha.RecordActionOnCommentRequest.ActionType action_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for actionType.

getName()

public abstract String getName()

Required. The name of the comment. Format: projects/{project}/locations/{location}/orders/{order}/comments/{comment}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the comment. Format: projects/{project}/locations/{location}/orders/{order}/comments/{comment}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.