Interface PreferenceSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PreferenceSet
,PreferenceSet.Builder
public interface PreferenceSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.String
getDescription()
A description of the preference set.com.google.protobuf.ByteString
getDescriptionBytes()
A description of the preference set.String
getDisplayName()
User-friendly display name.com.google.protobuf.ByteString
getDisplayNameBytes()
User-friendly display name.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.VirtualMachinePreferences
getVirtualMachinePreferences()
A set of preferences that applies to all virtual machines in the context.VirtualMachinePreferencesOrBuilder
getVirtualMachinePreferencesOrBuilder()
A set of preferences that applies to all virtual machines in the context.boolean
hasCreateTime()
Output only.boolean
hasUpdateTime()
Output only.boolean
hasVirtualMachinePreferences()
A set of preferences that applies to all virtual machines in the context.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. Name of the preference set.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. Name of the preference set.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()
Output only. The timestamp when the preference set was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. The timestamp when the preference set was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp when the preference set was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The timestamp when the preference set was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. The timestamp when the preference set was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The timestamp when the preference set was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getDisplayName
String getDisplayName()
User-friendly display name. Maximum length is 63 characters.
string display_name = 4;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
User-friendly display name. Maximum length is 63 characters.
string display_name = 4;
- Returns:
- The bytes for displayName.
-
getDescription
String getDescription()
A description of the preference set.
string description = 5;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
A description of the preference set.
string description = 5;
- Returns:
- The bytes for description.
-
hasVirtualMachinePreferences
boolean hasVirtualMachinePreferences()
A set of preferences that applies to all virtual machines in the context.
.google.cloud.migrationcenter.v1.VirtualMachinePreferences virtual_machine_preferences = 6;
- Returns:
- Whether the virtualMachinePreferences field is set.
-
getVirtualMachinePreferences
VirtualMachinePreferences getVirtualMachinePreferences()
A set of preferences that applies to all virtual machines in the context.
.google.cloud.migrationcenter.v1.VirtualMachinePreferences virtual_machine_preferences = 6;
- Returns:
- The virtualMachinePreferences.
-
getVirtualMachinePreferencesOrBuilder
VirtualMachinePreferencesOrBuilder getVirtualMachinePreferencesOrBuilder()
A set of preferences that applies to all virtual machines in the context.
.google.cloud.migrationcenter.v1.VirtualMachinePreferences virtual_machine_preferences = 6;
-
-