Interface CreateWasmPluginVersionRequestOrBuilder (0.23.0)

public interface CreateWasmPluginVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource of the WasmPluginVersion resource. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

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 WasmPluginVersion resource. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

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

Returns
Type Description
ByteString

The bytes for parent.

getWasmPluginVersion()

public abstract WasmPluginVersion getWasmPluginVersion()

Required. WasmPluginVersion resource to be created.

.google.cloud.networkservices.v1.WasmPluginVersion wasm_plugin_version = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WasmPluginVersion

The wasmPluginVersion.

getWasmPluginVersionId()

public abstract String getWasmPluginVersionId()

Required. User-provided ID of the WasmPluginVersion resource to be created.

string wasm_plugin_version_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The wasmPluginVersionId.

getWasmPluginVersionIdBytes()

public abstract ByteString getWasmPluginVersionIdBytes()

Required. User-provided ID of the WasmPluginVersion resource to be created.

string wasm_plugin_version_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for wasmPluginVersionId.

getWasmPluginVersionOrBuilder()

public abstract WasmPluginVersionOrBuilder getWasmPluginVersionOrBuilder()

Required. WasmPluginVersion resource to be created.

.google.cloud.networkservices.v1.WasmPluginVersion wasm_plugin_version = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WasmPluginVersionOrBuilder

hasWasmPluginVersion()

public abstract boolean hasWasmPluginVersion()

Required. WasmPluginVersion resource to be created.

.google.cloud.networkservices.v1.WasmPluginVersion wasm_plugin_version = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the wasmPluginVersion field is set.