Interface CreateRestoreChannelRequestOrBuilder (0.62.0)

public interface CreateRestoreChannelRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The location within which to create the RestoreChannel. Format: projects/*/locations/*

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 location within which to create the RestoreChannel. Format: projects/*/locations/*

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

Returns
Type Description
ByteString

The bytes for parent.

getRestoreChannel()

public abstract RestoreChannel getRestoreChannel()

Required. The RestoreChannel resource object to create.

.google.cloud.gkebackup.v1.RestoreChannel restore_channel = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RestoreChannel

The restoreChannel.

getRestoreChannelId()

public abstract String getRestoreChannelId()

Optional. The client-provided short name for the RestoreChannel resource. This name must:

  • be between 1 and 63 characters long (inclusive)
  • consist of only lower-case ASCII letters, numbers, and dashes
  • start with a lower-case letter
  • end with a lower-case letter or number
  • be unique within the set of RestoreChannels in this location If the user does not provide a name, a uuid will be used as the name.

string restore_channel_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The restoreChannelId.

getRestoreChannelIdBytes()

public abstract ByteString getRestoreChannelIdBytes()

Optional. The client-provided short name for the RestoreChannel resource. This name must:

  • be between 1 and 63 characters long (inclusive)
  • consist of only lower-case ASCII letters, numbers, and dashes
  • start with a lower-case letter
  • end with a lower-case letter or number
  • be unique within the set of RestoreChannels in this location If the user does not provide a name, a uuid will be used as the name.

string restore_channel_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for restoreChannelId.

getRestoreChannelOrBuilder()

public abstract RestoreChannelOrBuilder getRestoreChannelOrBuilder()

Required. The RestoreChannel resource object to create.

.google.cloud.gkebackup.v1.RestoreChannel restore_channel = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RestoreChannelOrBuilder

hasRestoreChannel()

public abstract boolean hasRestoreChannel()

Required. The RestoreChannel resource object to create.

.google.cloud.gkebackup.v1.RestoreChannel restore_channel = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the restoreChannel field is set.