Interface Report.FlagOrBuilder (0.11.0)

public static interface Report.FlagOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilters(int index)

public abstract Report.Filter getFilters(int index)

Required. Filters to apply for the flag.

repeated .google.ads.admanager.v1.Report.Filter filters = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Report.Filter

getFiltersCount()

public abstract int getFiltersCount()

Required. Filters to apply for the flag.

repeated .google.ads.admanager.v1.Report.Filter filters = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getFiltersList()

public abstract List<Report.Filter> getFiltersList()

Required. Filters to apply for the flag.

repeated .google.ads.admanager.v1.Report.Filter filters = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Filter>

getFiltersOrBuilder(int index)

public abstract Report.FilterOrBuilder getFiltersOrBuilder(int index)

Required. Filters to apply for the flag.

repeated .google.ads.admanager.v1.Report.Filter filters = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Report.FilterOrBuilder

getFiltersOrBuilderList()

public abstract List<? extends Report.FilterOrBuilder> getFiltersOrBuilderList()

Required. Filters to apply for the flag.

repeated .google.ads.admanager.v1.Report.Filter filters = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.ads.admanager.v1.Report.FilterOrBuilder>

getName()

public abstract String getName()

Optional. Name of the flag. The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to the colored flags that appear in the UI. The UI will not display flags with other names, but they are available for use by API clients.

string name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Optional. Name of the flag. The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to the colored flags that appear in the UI. The UI will not display flags with other names, but they are available for use by API clients.

string name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for name.