Uses of Class
com.google.cloud.rapidmigrationassessment.v1.Annotation.Builder
-
Packages that use Annotation.Builder Package Description com.google.cloud.rapidmigrationassessment.v1 A client to Rapid Migration Assessment API -
-
Uses of Annotation.Builder in com.google.cloud.rapidmigrationassessment.v1
Methods in com.google.cloud.rapidmigrationassessment.v1 that return Annotation.Builder Modifier and Type Method Description Annotation.Builder
Annotation.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Annotation.Builder
Annotation.Builder. clear()
Annotation.Builder
Annotation.Builder. clearCreateTime()
Output only.Annotation.Builder
Annotation.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Annotation.Builder
Annotation.Builder. clearLabels()
Annotation.Builder
Annotation.Builder. clearName()
name of resource.Annotation.Builder
Annotation.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Annotation.Builder
Annotation.Builder. clearType()
Type of an annotation.Annotation.Builder
Annotation.Builder. clearUpdateTime()
Output only.Annotation.Builder
Annotation.Builder. clone()
Annotation.Builder
CreateAnnotationRequest.Builder. getAnnotationBuilder()
Required.Annotation.Builder
Annotation.Builder. mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.Annotation.Builder
Annotation.Builder. mergeFrom(Annotation other)
Annotation.Builder
Annotation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Annotation.Builder
Annotation.Builder. mergeFrom(com.google.protobuf.Message other)
Annotation.Builder
Annotation.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Annotation.Builder
Annotation.Builder. mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.static Annotation.Builder
Annotation. newBuilder()
static Annotation.Builder
Annotation. newBuilder(Annotation prototype)
Annotation.Builder
Annotation. newBuilderForType()
protected Annotation.Builder
Annotation. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Annotation.Builder
Annotation.Builder. putAllLabels(Map<String,String> values)
Labels as key value pairs.Annotation.Builder
Annotation.Builder. putLabels(String key, String value)
Labels as key value pairs.Annotation.Builder
Annotation.Builder. removeLabels(String key)
Labels as key value pairs.Annotation.Builder
Annotation.Builder. setCreateTime(com.google.protobuf.Timestamp value)
Output only.Annotation.Builder
Annotation.Builder. setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.Annotation.Builder
Annotation.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Annotation.Builder
Annotation.Builder. setName(String value)
name of resource.Annotation.Builder
Annotation.Builder. setNameBytes(com.google.protobuf.ByteString value)
name of resource.Annotation.Builder
Annotation.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Annotation.Builder
Annotation.Builder. setType(Annotation.Type value)
Type of an annotation.Annotation.Builder
Annotation.Builder. setTypeValue(int value)
Type of an annotation.Annotation.Builder
Annotation.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Annotation.Builder
Annotation.Builder. setUpdateTime(com.google.protobuf.Timestamp value)
Output only.Annotation.Builder
Annotation.Builder. setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.Annotation.Builder
Annotation. toBuilder()
Methods in com.google.cloud.rapidmigrationassessment.v1 with parameters of type Annotation.Builder Modifier and Type Method Description CreateAnnotationRequest.Builder
CreateAnnotationRequest.Builder. setAnnotation(Annotation.Builder builderForValue)
Required.
-