public interface CreateToolsetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The resource name of the app to create a toolset in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The resource name of the app to create a toolset in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getToolset()
public abstract Toolset getToolset()Required. The toolset to create.
.google.cloud.ces.v1.Toolset toolset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Toolset |
The toolset. |
getToolsetId()
public abstract String getToolsetId()Optional. The ID to use for the toolset, which will become the final component of the toolset's resource name. If not provided, a unique ID will be automatically assigned for the toolset.
string toolset_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The toolsetId. |
getToolsetIdBytes()
public abstract ByteString getToolsetIdBytes()Optional. The ID to use for the toolset, which will become the final component of the toolset's resource name. If not provided, a unique ID will be automatically assigned for the toolset.
string toolset_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for toolsetId. |
getToolsetOrBuilder()
public abstract ToolsetOrBuilder getToolsetOrBuilder()Required. The toolset to create.
.google.cloud.ces.v1.Toolset toolset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ToolsetOrBuilder |
|
hasToolset()
public abstract boolean hasToolset()Required. The toolset to create.
.google.cloud.ces.v1.Toolset toolset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the toolset field is set. |