Uses of Class
com.google.cloud.netapp.v1.MonthlySchedule
-
Packages that use MonthlySchedule Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of MonthlySchedule in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return MonthlySchedule Modifier and Type Method Description MonthlySchedule
MonthlySchedule.Builder. build()
MonthlySchedule
MonthlySchedule.Builder. buildPartial()
static MonthlySchedule
MonthlySchedule. getDefaultInstance()
MonthlySchedule
MonthlySchedule.Builder. getDefaultInstanceForType()
MonthlySchedule
MonthlySchedule. getDefaultInstanceForType()
MonthlySchedule
SnapshotPolicy.Builder. getMonthlySchedule()
Monthly schedule policy.MonthlySchedule
SnapshotPolicy. getMonthlySchedule()
Monthly schedule policy.MonthlySchedule
SnapshotPolicyOrBuilder. getMonthlySchedule()
Monthly schedule policy.static MonthlySchedule
MonthlySchedule. parseDelimitedFrom(InputStream input)
static MonthlySchedule
MonthlySchedule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MonthlySchedule
MonthlySchedule. parseFrom(byte[] data)
static MonthlySchedule
MonthlySchedule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MonthlySchedule
MonthlySchedule. parseFrom(com.google.protobuf.ByteString data)
static MonthlySchedule
MonthlySchedule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MonthlySchedule
MonthlySchedule. parseFrom(com.google.protobuf.CodedInputStream input)
static MonthlySchedule
MonthlySchedule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MonthlySchedule
MonthlySchedule. parseFrom(InputStream input)
static MonthlySchedule
MonthlySchedule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MonthlySchedule
MonthlySchedule. parseFrom(ByteBuffer data)
static MonthlySchedule
MonthlySchedule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type MonthlySchedule Modifier and Type Method Description com.google.protobuf.Parser<MonthlySchedule>
MonthlySchedule. getParserForType()
static com.google.protobuf.Parser<MonthlySchedule>
MonthlySchedule. parser()
Methods in com.google.cloud.netapp.v1 with parameters of type MonthlySchedule Modifier and Type Method Description MonthlySchedule.Builder
MonthlySchedule.Builder. mergeFrom(MonthlySchedule other)
SnapshotPolicy.Builder
SnapshotPolicy.Builder. mergeMonthlySchedule(MonthlySchedule value)
Monthly schedule policy.static MonthlySchedule.Builder
MonthlySchedule. newBuilder(MonthlySchedule prototype)
SnapshotPolicy.Builder
SnapshotPolicy.Builder. setMonthlySchedule(MonthlySchedule value)
Monthly schedule policy.
-