- 0.67.0 (latest)
- 0.65.0
- 0.64.0
- 0.62.0
- 0.60.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.52.0
- 0.50.0
- 0.49.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class InsightList.Builder extends GeneratedMessage.Builder<InsightList.Builder> implements InsightListOrBuilderMessage containing insights list.
Protobuf type google.cloud.migrationcenter.v1.InsightList
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InsightList.BuilderImplements
InsightListOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllInsights(Iterable<? extends Insight> values)
public InsightList.Builder addAllInsights(Iterable<? extends Insight> values)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.migrationcenter.v1.Insight> |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
addInsights(Insight value)
public InsightList.Builder addInsights(Insight value)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Insight |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
addInsights(Insight.Builder builderForValue)
public InsightList.Builder addInsights(Insight.Builder builderForValue)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Insight.Builder |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
addInsights(int index, Insight value)
public InsightList.Builder addInsights(int index, Insight value)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Insight |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
addInsights(int index, Insight.Builder builderForValue)
public InsightList.Builder addInsights(int index, Insight.Builder builderForValue)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Insight.Builder |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
addInsightsBuilder()
public Insight.Builder addInsightsBuilder()Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Insight.Builder |
|
addInsightsBuilder(int index)
public Insight.Builder addInsightsBuilder(int index)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Insight.Builder |
|
build()
public InsightList build()| Returns | |
|---|---|
| Type | Description |
InsightList |
|
buildPartial()
public InsightList buildPartial()| Returns | |
|---|---|
| Type | Description |
InsightList |
|
clear()
public InsightList.Builder clear()| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
clearInsights()
public InsightList.Builder clearInsights()Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
clearUpdateTime()
public InsightList.Builder clearUpdateTime()Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
getDefaultInstanceForType()
public InsightList getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InsightList |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInsights(int index)
public Insight getInsights(int index)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Insight |
|
getInsightsBuilder(int index)
public Insight.Builder getInsightsBuilder(int index)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Insight.Builder |
|
getInsightsBuilderList()
public List<Insight.Builder> getInsightsBuilderList()Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getInsightsCount()
public int getInsightsCount()Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInsightsList()
public List<Insight> getInsightsList()Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Insight> |
|
getInsightsOrBuilder(int index)
public InsightOrBuilder getInsightsOrBuilder(int index)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InsightOrBuilder |
|
getInsightsOrBuilderList()
public List<? extends InsightOrBuilder> getInsightsOrBuilderList()Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.migrationcenter.v1.InsightOrBuilder> |
|
getUpdateTime()
public Timestamp getUpdateTime()Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public boolean hasUpdateTime()Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(InsightList other)
public InsightList.Builder mergeFrom(InsightList other)| Parameter | |
|---|---|
| Name | Description |
other |
InsightList |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InsightList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InsightList.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
mergeUpdateTime(Timestamp value)
public InsightList.Builder mergeUpdateTime(Timestamp value)Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
removeInsights(int index)
public InsightList.Builder removeInsights(int index)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
setInsights(int index, Insight value)
public InsightList.Builder setInsights(int index, Insight value)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Insight |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
setInsights(int index, Insight.Builder builderForValue)
public InsightList.Builder setInsights(int index, Insight.Builder builderForValue)Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Insight.Builder |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
setUpdateTime(Timestamp value)
public InsightList.Builder setUpdateTime(Timestamp value)Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public InsightList.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
InsightList.Builder |
|