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