Interface FetchProfilesResponseOrBuilder (0.1.0)

public interface FetchProfilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComments()

public abstract String getComments()

Output only. Additional comments related to the response.

string comments = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The comments.

getCommentsBytes()

public abstract ByteString getCommentsBytes()

Output only. Additional comments related to the response.

string comments = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for comments.

getNextPageToken()

public abstract String getNextPageToken()

Output only. A token which may be sent as page_token in a subsequent FetchProfilesResponse call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

string next_page_token = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Output only. A token which may be sent as page_token in a subsequent FetchProfilesResponse call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

string next_page_token = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextPageToken.

getPerformanceRange()

public abstract PerformanceRange getPerformanceRange()

Output only. The combined range of performance values observed across all profiles in this response.

.google.cloud.gkerecommender.v1.PerformanceRange performance_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PerformanceRange

The performanceRange.

getPerformanceRangeOrBuilder()

public abstract PerformanceRangeOrBuilder getPerformanceRangeOrBuilder()

Output only. The combined range of performance values observed across all profiles in this response.

.google.cloud.gkerecommender.v1.PerformanceRange performance_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PerformanceRangeOrBuilder

getProfile(int index)

public abstract Profile getProfile(int index)

Output only. List of profiles that match the given model server info and performance requirements (if provided).

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 that match the given model server info and performance requirements (if provided).

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 that match the given model server info and performance requirements (if provided).

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 that match the given model server info and performance requirements (if provided).

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 that match the given model server info and performance requirements (if provided).

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>

hasPerformanceRange()

public abstract boolean hasPerformanceRange()

Output only. The combined range of performance values observed across all profiles in this response.

.google.cloud.gkerecommender.v1.PerformanceRange performance_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the performanceRange field is set.