public interface CreateWasmPluginRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The parent resource of the WasmPlugin
resource. Must be in the
format projects/{project}/locations/global
.
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 parent resource of the WasmPlugin
resource. Must be in the
format projects/{project}/locations/global
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getWasmPlugin()
public abstract WasmPlugin getWasmPlugin()
Required. WasmPlugin
resource to be created.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
WasmPlugin |
The wasmPlugin. |
getWasmPluginId()
public abstract String getWasmPluginId()
Required. User-provided ID of the WasmPlugin
resource to be created.
string wasm_plugin_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The wasmPluginId. |
getWasmPluginIdBytes()
public abstract ByteString getWasmPluginIdBytes()
Required. User-provided ID of the WasmPlugin
resource to be created.
string wasm_plugin_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for wasmPluginId. |
getWasmPluginOrBuilder()
public abstract WasmPluginOrBuilder getWasmPluginOrBuilder()
Required. WasmPlugin
resource to be created.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
WasmPluginOrBuilder |
hasWasmPlugin()
public abstract boolean hasWasmPlugin()
Required. WasmPlugin
resource to be created.
.google.cloud.networkservices.v1.WasmPlugin wasm_plugin = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the wasmPlugin field is set. |