Uses of Class
com.google.cloud.compute.v1.ShareSettings
-
Packages that use ShareSettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ShareSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ShareSettings Modifier and Type Method Description ShareSettings
ShareSettings.Builder. build()
ShareSettings
ShareSettings.Builder. buildPartial()
static ShareSettings
ShareSettings. getDefaultInstance()
ShareSettings
ShareSettings.Builder. getDefaultInstanceForType()
ShareSettings
ShareSettings. getDefaultInstanceForType()
ShareSettings
NodeGroup.Builder. getShareSettings()
Share-settings for the node groupShareSettings
NodeGroup. getShareSettings()
Share-settings for the node groupShareSettings
NodeGroupOrBuilder. getShareSettings()
Share-settings for the node groupShareSettings
Reservation.Builder. getShareSettings()
Specify share-settings to create a shared reservation.ShareSettings
Reservation. getShareSettings()
Specify share-settings to create a shared reservation.ShareSettings
ReservationOrBuilder. getShareSettings()
Specify share-settings to create a shared reservation.static ShareSettings
ShareSettings. parseDelimitedFrom(InputStream input)
static ShareSettings
ShareSettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShareSettings
ShareSettings. parseFrom(byte[] data)
static ShareSettings
ShareSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShareSettings
ShareSettings. parseFrom(com.google.protobuf.ByteString data)
static ShareSettings
ShareSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShareSettings
ShareSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static ShareSettings
ShareSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShareSettings
ShareSettings. parseFrom(InputStream input)
static ShareSettings
ShareSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShareSettings
ShareSettings. parseFrom(ByteBuffer data)
static ShareSettings
ShareSettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ShareSettings Modifier and Type Method Description com.google.protobuf.Parser<ShareSettings>
ShareSettings. getParserForType()
static com.google.protobuf.Parser<ShareSettings>
ShareSettings. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ShareSettings Modifier and Type Method Description ShareSettings.Builder
ShareSettings.Builder. mergeFrom(ShareSettings other)
NodeGroup.Builder
NodeGroup.Builder. mergeShareSettings(ShareSettings value)
Share-settings for the node groupReservation.Builder
Reservation.Builder. mergeShareSettings(ShareSettings value)
Specify share-settings to create a shared reservation.static ShareSettings.Builder
ShareSettings. newBuilder(ShareSettings prototype)
NodeGroup.Builder
NodeGroup.Builder. setShareSettings(ShareSettings value)
Share-settings for the node groupReservation.Builder
Reservation.Builder. setShareSettings(ShareSettings value)
Specify share-settings to create a shared reservation.
-