public static final class FetchBenchmarkingDataResponse.Builder extends GeneratedMessage.Builder<FetchBenchmarkingDataResponse.Builder> implements FetchBenchmarkingDataResponseOrBuilder
Response message for
GkeInferenceQuickstart.FetchBenchmarkingData.
Protobuf type google.cloud.gkerecommender.v1.FetchBenchmarkingDataResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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
|
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];
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
|
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];
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];
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
|
build()
public FetchBenchmarkingDataResponse build()
buildPartial()
public FetchBenchmarkingDataResponse buildPartial()
clear()
public FetchBenchmarkingDataResponse.Builder clear()
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];
getDefaultInstanceForType()
public FetchBenchmarkingDataResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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
|
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
|
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];
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];
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
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FetchBenchmarkingDataResponse other)
public FetchBenchmarkingDataResponse.Builder mergeFrom(FetchBenchmarkingDataResponse other)
public FetchBenchmarkingDataResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FetchBenchmarkingDataResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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
|
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
|
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];