public interface RunStreamRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCdcStrategy()
public abstract CdcStrategy getCdcStrategy()Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
.google.cloud.datastream.v1.CdcStrategy cdc_strategy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CdcStrategy |
The cdcStrategy. |
getCdcStrategyOrBuilder()
public abstract CdcStrategyOrBuilder getCdcStrategyOrBuilder()Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
.google.cloud.datastream.v1.CdcStrategy cdc_strategy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CdcStrategyOrBuilder |
|
getForce()
public abstract boolean getForce()Optional. Update the stream without validating it.
bool force = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The force. |
getName()
public abstract String getName()Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasCdcStrategy()
public abstract boolean hasCdcStrategy()Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
.google.cloud.datastream.v1.CdcStrategy cdc_strategy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cdcStrategy field is set. |