public static interface Pipeline.MediationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMediationDescriptorCase()
public abstract Pipeline.Mediation.MediationDescriptorCase getMediationDescriptorCase()| Returns | |
|---|---|
| Type | Description |
Pipeline.Mediation.MediationDescriptorCase |
|
getTransformation()
public abstract Pipeline.Mediation.Transformation getTransformation()Optional. How the Pipeline is to transform messages
.google.cloud.eventarc.v1.Pipeline.Mediation.Transformation transformation = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Pipeline.Mediation.Transformation |
The transformation. |
getTransformationOrBuilder()
public abstract Pipeline.Mediation.TransformationOrBuilder getTransformationOrBuilder()Optional. How the Pipeline is to transform messages
.google.cloud.eventarc.v1.Pipeline.Mediation.Transformation transformation = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Pipeline.Mediation.TransformationOrBuilder |
|
hasTransformation()
public abstract boolean hasTransformation()Optional. How the Pipeline is to transform messages
.google.cloud.eventarc.v1.Pipeline.Mediation.Transformation transformation = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the transformation field is set. |