Class FetchBenchmarkingDataResponse.Builder (0.1.0)

public static final class FetchBenchmarkingDataResponse.Builder extends GeneratedMessageV3.Builder<FetchBenchmarkingDataResponse.Builder> implements FetchBenchmarkingDataResponseOrBuilder

Response message for GkeInferenceQuickstart.FetchBenchmarkingData.

Protobuf type google.cloud.gkerecommender.v1.FetchBenchmarkingDataResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllProfile(Iterable<? extends Profile> values)

public FetchBenchmarkingDataResponse.Builder addAllProfile(Iterable<? extends Profile> values)

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
values Iterable<? extends com.google.cloud.gkerecommender.v1.Profile>
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

addProfile(Profile value)

public FetchBenchmarkingDataResponse.Builder addProfile(Profile value)

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
value Profile
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

addProfile(Profile.Builder builderForValue)

public FetchBenchmarkingDataResponse.Builder addProfile(Profile.Builder builderForValue)

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
builderForValue Profile.Builder
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

addProfile(int index, Profile value)

public FetchBenchmarkingDataResponse.Builder addProfile(int index, Profile value)

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

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

Parameters
Name Description
index int
value Profile
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

addProfile(int index, Profile.Builder builderForValue)

public FetchBenchmarkingDataResponse.Builder addProfile(int index, Profile.Builder builderForValue)

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

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

Parameters
Name Description
index int
builderForValue Profile.Builder
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

addProfileBuilder()

public Profile.Builder addProfileBuilder()

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
Profile.Builder

addProfileBuilder(int index)

public Profile.Builder addProfileBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FetchBenchmarkingDataResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

build()

public FetchBenchmarkingDataResponse build()
Returns
Type Description
FetchBenchmarkingDataResponse

buildPartial()

public FetchBenchmarkingDataResponse buildPartial()
Returns
Type Description
FetchBenchmarkingDataResponse

clear()

public FetchBenchmarkingDataResponse.Builder clear()
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FetchBenchmarkingDataResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FetchBenchmarkingDataResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

clearProfile()

public FetchBenchmarkingDataResponse.Builder clearProfile()

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
FetchBenchmarkingDataResponse.Builder

clone()

public FetchBenchmarkingDataResponse.Builder clone()
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

getDefaultInstanceForType()

public FetchBenchmarkingDataResponse getDefaultInstanceForType()
Returns
Type Description
FetchBenchmarkingDataResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getProfile(int index)

public 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

getProfileBuilder(int index)

public Profile.Builder getProfileBuilder(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.Builder

getProfileBuilderList()

public List<Profile.Builder> getProfileBuilderList()

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<Builder>

getProfileCount()

public 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 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 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 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>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FetchBenchmarkingDataResponse other)

public FetchBenchmarkingDataResponse.Builder mergeFrom(FetchBenchmarkingDataResponse other)
Parameter
Name Description
other FetchBenchmarkingDataResponse
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FetchBenchmarkingDataResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FetchBenchmarkingDataResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FetchBenchmarkingDataResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

removeProfile(int index)

public FetchBenchmarkingDataResponse.Builder removeProfile(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
FetchBenchmarkingDataResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public FetchBenchmarkingDataResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

setProfile(int index, Profile value)

public FetchBenchmarkingDataResponse.Builder setProfile(int index, Profile value)

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

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

Parameters
Name Description
index int
value Profile
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

setProfile(int index, Profile.Builder builderForValue)

public FetchBenchmarkingDataResponse.Builder setProfile(int index, Profile.Builder builderForValue)

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

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

Parameters
Name Description
index int
builderForValue Profile.Builder
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FetchBenchmarkingDataResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FetchBenchmarkingDataResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides