@Generated(value="by GAPIC") @BetaApi public final class ResourcePolicyDailyCycle extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ResourcePolicyDailyCycle.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
Integer |
getDaysInCycle()
Defines a schedule that runs every nth day of the month.
|
static ResourcePolicyDailyCycle |
getDefaultInstance() |
String |
getDuration()
[Output only] A predetermined duration for the window, automatically chosen to be the smallest
possible in the given scenario.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getStartTime()
Start time of the window.
|
int |
hashCode() |
static ResourcePolicyDailyCycle.Builder |
newBuilder() |
static ResourcePolicyDailyCycle.Builder |
newBuilder(ResourcePolicyDailyCycle prototype) |
ResourcePolicyDailyCycle.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public Integer getDaysInCycle()
public String getDuration()
public String getStartTime()
public static ResourcePolicyDailyCycle.Builder newBuilder()
public static ResourcePolicyDailyCycle.Builder newBuilder(ResourcePolicyDailyCycle prototype)
public ResourcePolicyDailyCycle.Builder toBuilder()
public static ResourcePolicyDailyCycle getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.