Interface ReportIcebergTableMetricsRequestOrBuilder (0.83.0)

public interface ReportIcebergTableMetricsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHttpBody()

public abstract HttpBody getHttpBody()

Required.

.google.api.HttpBody http_body = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.api.HttpBody

The httpBody.

getHttpBodyOrBuilder()

public abstract HttpBodyOrBuilder getHttpBodyOrBuilder()

Required.

.google.api.HttpBody http_body = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.api.HttpBodyOrBuilder

getName()

public abstract String getName()

Required. Table to report metrics for in the format: projects/{project_id}/namespaces/{namespace}/tables/{table}.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Table to report metrics for in the format: projects/{project_id}/namespaces/{namespace}/tables/{table}.

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

Returns
Type Description
ByteString

The bytes for name.

hasHttpBody()

public abstract boolean hasHttpBody()

Required.

.google.api.HttpBody http_body = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the httpBody field is set.