public static interface GenerateAppResourceRequest.RefineInstructionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndIndex()
public abstract long getEndIndex()Required. The last character (inclusive) of the text to refine.
int64 end_index = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The endIndex. |
getFieldMask()
public abstract FieldMask getFieldMask()Required. The field of the resource being refined. Only one field is allowed per RefineInstructions. If refining agent instructions, the field mask should be "instructions".
.google.protobuf.FieldMask field_mask = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The fieldMask. |
getFieldMaskOrBuilder()
public abstract FieldMaskOrBuilder getFieldMaskOrBuilder()Required. The field of the resource being refined. Only one field is allowed per RefineInstructions. If refining agent instructions, the field mask should be "instructions".
.google.protobuf.FieldMask field_mask = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getInstructions()
public abstract String getInstructions()Required. The instructions to refine the resource.
string instructions = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The instructions. |
getInstructionsBytes()
public abstract ByteString getInstructionsBytes()Required. The instructions to refine the resource.
string instructions = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instructions. |
getStartIndex()
public abstract long getStartIndex()Required. The first character (inclusive) of the text to refine.
int64 start_index = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The startIndex. |
hasFieldMask()
public abstract boolean hasFieldMask()Required. The field of the resource being refined. Only one field is allowed per RefineInstructions. If refining agent instructions, the field mask should be "instructions".
.google.protobuf.FieldMask field_mask = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fieldMask field is set. |