Interface EnablementResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EnablementResult,EnablementResult.Builder
public interface EnablementResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThis indicates the campaign for which enablement was tried, regardless of the outcome.com.google.protobuf.ByteStringThis indicates the campaign for which enablement was tried, regardless of the outcome.com.google.rpc.StatusDetails of the error when enablement fails.com.google.rpc.StatusOrBuilderDetails of the error when enablement fails.booleanDetails of the error when enablement fails.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCampaign
String getCampaign()This indicates the campaign for which enablement was tried, regardless of the outcome.
string campaign = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The campaign.
-
getCampaignBytes
com.google.protobuf.ByteString getCampaignBytes()This indicates the campaign for which enablement was tried, regardless of the outcome.
string campaign = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for campaign.
-
hasEnablementError
boolean hasEnablementError()Details of the error when enablement fails.
.google.rpc.Status enablement_error = 2;- Returns:
- Whether the enablementError field is set.
-
getEnablementError
com.google.rpc.Status getEnablementError()Details of the error when enablement fails.
.google.rpc.Status enablement_error = 2;- Returns:
- The enablementError.
-
getEnablementErrorOrBuilder
com.google.rpc.StatusOrBuilder getEnablementErrorOrBuilder()Details of the error when enablement fails.
.google.rpc.Status enablement_error = 2;
-