Uses of Class
com.google.cloud.migrationcenter.v1.Insight.Builder
-
Packages that use Insight.Builder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of Insight.Builder in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return Insight.Builder Modifier and Type Method Description Insight.Builder
InsightList.Builder. addInsightsBuilder()
Output only.Insight.Builder
InsightList.Builder. addInsightsBuilder(int index)
Output only.Insight.Builder
Insight.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Insight.Builder
Insight.Builder. clear()
Insight.Builder
Insight.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Insight.Builder
Insight.Builder. clearInsight()
Insight.Builder
Insight.Builder. clearMigrationInsight()
Output only.Insight.Builder
Insight.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Insight.Builder
Insight.Builder. clone()
Insight.Builder
InsightList.Builder. getInsightsBuilder(int index)
Output only.Insight.Builder
Insight.Builder. mergeFrom(Insight other)
Insight.Builder
Insight.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Insight.Builder
Insight.Builder. mergeFrom(com.google.protobuf.Message other)
Insight.Builder
Insight.Builder. mergeMigrationInsight(MigrationInsight value)
Output only.Insight.Builder
Insight.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Insight.Builder
Insight. newBuilder()
static Insight.Builder
Insight. newBuilder(Insight prototype)
Insight.Builder
Insight. newBuilderForType()
protected Insight.Builder
Insight. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Insight.Builder
Insight.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Insight.Builder
Insight.Builder. setMigrationInsight(MigrationInsight value)
Output only.Insight.Builder
Insight.Builder. setMigrationInsight(MigrationInsight.Builder builderForValue)
Output only.Insight.Builder
Insight.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Insight.Builder
Insight.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Insight.Builder
Insight. toBuilder()
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type Insight.Builder Modifier and Type Method Description List<Insight.Builder>
InsightList.Builder. getInsightsBuilderList()
Output only.Methods in com.google.cloud.migrationcenter.v1 with parameters of type Insight.Builder Modifier and Type Method Description InsightList.Builder
InsightList.Builder. addInsights(int index, Insight.Builder builderForValue)
Output only.InsightList.Builder
InsightList.Builder. addInsights(Insight.Builder builderForValue)
Output only.InsightList.Builder
InsightList.Builder. setInsights(int index, Insight.Builder builderForValue)
Output only.
-