Interface FetchBenchmarkingDataResponseOrBuilder (0.1.0)

public interface FetchBenchmarkingDataResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProfile(int index)

public abstract Profile getProfile(int index)

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Profile

getProfileCount()

public abstract int getProfileCount()

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getProfileList()

public abstract List<Profile> getProfileList()

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Profile>

getProfileOrBuilder(int index)

public abstract ProfileOrBuilder getProfileOrBuilder(int index)

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ProfileOrBuilder

getProfileOrBuilderList()

public abstract List<? extends ProfileOrBuilder> getProfileOrBuilderList()

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.gkerecommender.v1.ProfileOrBuilder>