- 1.78.0 (latest)
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.68.0
 - 1.67.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.9.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.5
 - 1.2.0
 - 1.1.1
 - 1.0.5
 
public static final class Group.Builder extends GeneratedMessageV3.Builder<Group.Builder> implements GroupOrBuilderDescribes message for 'Group' resource. The Group is a collections of several MigratingVms.
 Protobuf type google.cloud.vmmigration.v1.Group
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Group.BuilderImplements
GroupOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
Descriptor | 
        
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Group.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
Group.Builder | 
        
build()
public Group build()| Type | Description | 
Group | 
        
buildPartial()
public Group buildPartial()| Type | Description | 
Group | 
        
clear()
public Group.Builder clear()| Type | Description | 
Group.Builder | 
        
clearCreateTime()
public Group.Builder clearCreateTime()Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Group.Builder | 
        
clearDescription()
public Group.Builder clearDescription()User-provided description of the group.
 string description = 4;
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
clearDisplayName()
public Group.Builder clearDisplayName()Display name is a user defined name for this group which can be updated.
 string display_name = 5;
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Group.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
field | 
        FieldDescriptor | 
      
| Type | Description | 
Group.Builder | 
        
clearName()
public Group.Builder clearName()Output only. The Group name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Group.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Type | Description | 
Group.Builder | 
        
clearUpdateTime()
public Group.Builder clearUpdateTime()Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Group.Builder | 
        
clone()
public Group.Builder clone()| Type | Description | 
Group.Builder | 
        
getCreateTime()
public Timestamp getCreateTime()Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Builder | 
        
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
TimestampOrBuilder | 
        
getDefaultInstanceForType()
public Group getDefaultInstanceForType()| Type | Description | 
Group | 
        
getDescription()
public String getDescription()User-provided description of the group.
 string description = 4;
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public ByteString getDescriptionBytes()User-provided description of the group.
 string description = 4;
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
Descriptor | 
        
getDisplayName()
public String getDisplayName()Display name is a user defined name for this group which can be updated.
 string display_name = 5;
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Display name is a user defined name for this group which can be updated.
 string display_name = 5;
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getName()
public String getName()Output only. The Group name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Output only. The Group name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getUpdateTime()
public Timestamp getUpdateTime()Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Builder | 
        
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
TimestampOrBuilder | 
        
hasCreateTime()
public boolean hasCreateTime()Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasUpdateTime()
public boolean hasUpdateTime()Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
FieldAccessorTable | 
        
isInitialized()
public final boolean isInitialized()| Type | Description | 
boolean | 
        
mergeCreateTime(Timestamp value)
public Group.Builder mergeCreateTime(Timestamp value)Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Group.Builder | 
        
mergeFrom(Group other)
public Group.Builder mergeFrom(Group other)| Name | Description | 
other | 
        Group | 
      
| Type | Description | 
Group.Builder | 
        
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Group.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Type | Description | 
Group.Builder | 
        
| Type | Description | 
IOException | 
        
mergeFrom(Message other)
public Group.Builder mergeFrom(Message other)| Name | Description | 
other | 
        Message | 
      
| Type | Description | 
Group.Builder | 
        
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Group.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
Group.Builder | 
        
mergeUpdateTime(Timestamp value)
public Group.Builder mergeUpdateTime(Timestamp value)Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Group.Builder | 
        
setCreateTime(Timestamp value)
public Group.Builder setCreateTime(Timestamp value)Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Group.Builder | 
        
setCreateTime(Timestamp.Builder builderForValue)
public Group.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The create time timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
Group.Builder | 
        
setDescription(String value)
public Group.Builder setDescription(String value)User-provided description of the group.
 string description = 4;
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public Group.Builder setDescriptionBytes(ByteString value)User-provided description of the group.
 string description = 4;
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
setDisplayName(String value)
public Group.Builder setDisplayName(String value)Display name is a user defined name for this group which can be updated.
 string display_name = 5;
| Name | Description | 
value | 
        StringThe displayName to set.  | 
      
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
setDisplayNameBytes(ByteString value)
public Group.Builder setDisplayNameBytes(ByteString value)Display name is a user defined name for this group which can be updated.
 string display_name = 5;
| Name | Description | 
value | 
        ByteStringThe bytes for displayName to set.  | 
      
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Group.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
Group.Builder | 
        
setName(String value)
public Group.Builder setName(String value)Output only. The Group name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Group.Builder setNameBytes(ByteString value)Output only. The Group name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
Group.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Group.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Type | Description | 
Group.Builder | 
        
setUnknownFields(UnknownFieldSet unknownFields)
public final Group.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
Group.Builder | 
        
setUpdateTime(Timestamp value)
public Group.Builder setUpdateTime(Timestamp value)Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Group.Builder | 
        
setUpdateTime(Timestamp.Builder builderForValue)
public Group.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The update time timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
Group.Builder |