All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.google.cloud.netapp.v1.BackupPolicyProto Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/netapp/v1/backup_policy.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.netapp.v1;
public final class BackupPolicyProto {
private BackupPolicyProto() {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_BackupPolicy_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_BackupPolicy_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_BackupPolicy_LabelsEntry_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_BackupPolicy_LabelsEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_CreateBackupPolicyRequest_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_CreateBackupPolicyRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_GetBackupPolicyRequest_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_GetBackupPolicyRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_ListBackupPoliciesRequest_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_ListBackupPoliciesRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_ListBackupPoliciesResponse_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_ListBackupPoliciesResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_UpdateBackupPolicyRequest_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_UpdateBackupPolicyRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_cloud_netapp_v1_DeleteBackupPolicyRequest_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_cloud_netapp_v1_DeleteBackupPolicyRequest_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
static {
java.lang.String[] descriptorData = {
"\n*google/cloud/netapp/v1/backup_policy.p"
+ "roto\022\026google.cloud.netapp.v1\032\037google/api"
+ "/field_behavior.proto\032\031google/api/resour"
+ "ce.proto\032 google/protobuf/field_mask.pro"
+ "to\032\037google/protobuf/timestamp.proto\"\266\006\n\014"
+ "BackupPolicy\022\021\n\004name\030\001 \001(\tB\003\340A\010\022\037\n\022daily"
+ "_backup_limit\030\002 \001(\005H\000\210\001\001\022 \n\023weekly_backu"
+ "p_limit\030\003 \001(\005H\001\210\001\001\022!\n\024monthly_backup_lim"
+ "it\030\004 \001(\005H\002\210\001\001\022\030\n\013description\030\005 \001(\tH\003\210\001\001\022"
+ "\024\n\007enabled\030\006 \001(\010H\004\210\001\001\022\'\n\025assigned_volume"
+ "_count\030\007 \001(\005B\003\340A\003H\005\210\001\001\0224\n\013create_time\030\010 "
+ "\001(\0132\032.google.protobuf.TimestampB\003\340A\003\022@\n\006"
+ "labels\030\t \003(\01320.google.cloud.netapp.v1.Ba"
+ "ckupPolicy.LabelsEntry\022>\n\005state\030\n \001(\0162*."
+ "google.cloud.netapp.v1.BackupPolicy.Stat"
+ "eB\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va"
+ "lue\030\002 \001(\t:\0028\001\"^\n\005State\022\025\n\021STATE_UNSPECIF"
+ "IED\020\000\022\014\n\010CREATING\020\001\022\t\n\005READY\020\002\022\014\n\010DELETI"
+ "NG\020\003\022\t\n\005ERROR\020\004\022\014\n\010UPDATING\020\005:\216\001\352A\212\001\n\"ne"
+ "tapp.googleapis.com/BackupPolicy\022Fprojec"
+ "ts/{project}/locations/{location}/backup"
+ "Policies/{backup_policy}*\016backupPolicies"
+ "2\014backupPolicyB\025\n\023_daily_backup_limitB\026\n"
+ "\024_weekly_backup_limitB\027\n\025_monthly_backup"
+ "_limitB\016\n\014_descriptionB\n\n\010_enabledB\030\n\026_a"
+ "ssigned_volume_count\"\270\001\n\031CreateBackupPol"
+ "icyRequest\022:\n\006parent\030\001 \001(\tB*\340A\002\372A$\022\"neta"
+ "pp.googleapis.com/BackupPolicy\022@\n\rbackup"
+ "_policy\030\002 \001(\0132$.google.cloud.netapp.v1.B"
+ "ackupPolicyB\003\340A\002\022\035\n\020backup_policy_id\030\003 \001"
+ "(\tB\003\340A\002\"R\n\026GetBackupPolicyRequest\0228\n\004nam"
+ "e\030\001 \001(\tB*\340A\002\372A$\n\"netapp.googleapis.com/B"
+ "ackupPolicy\"\240\001\n\031ListBackupPoliciesReques"
+ "t\022:\n\006parent\030\001 \001(\tB*\340A\002\372A$\022\"netapp.google"
+ "apis.com/BackupPolicy\022\021\n\tpage_size\030\002 \001(\005"
+ "\022\022\n\npage_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\022\020\n\010"
+ "order_by\030\005 \001(\t\"\211\001\n\032ListBackupPoliciesRes"
+ "ponse\022=\n\017backup_policies\030\001 \003(\0132$.google."
+ "cloud.netapp.v1.BackupPolicy\022\027\n\017next_pag"
+ "e_token\030\002 \001(\t\022\023\n\013unreachable\030\003 \003(\t\"\223\001\n\031U"
+ "pdateBackupPolicyRequest\0224\n\013update_mask\030"
+ "\001 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\022@"
+ "\n\rbackup_policy\030\002 \001(\0132$.google.cloud.net"
+ "app.v1.BackupPolicyB\003\340A\002\"U\n\031DeleteBackup"
+ "PolicyRequest\0228\n\004name\030\001 \001(\tB*\340A\002\372A$\n\"net"
+ "app.googleapis.com/BackupPolicyB\263\001\n\032com."
+ "google.cloud.netapp.v1B\021BackupPolicyProt"
+ "oP\001Z2cloud.google.com/go/netapp/apiv1/ne"
+ "tapppb;netapppb\252\002\026Google.Cloud.NetApp.V1"
+ "\312\002\026Google\\Cloud\\NetApp\\V1\352\002\031Google::Clou"
+ "d::NetApp::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.api.FieldBehaviorProto.getDescriptor(),
com.google.api.ResourceProto.getDescriptor(),
com.google.protobuf.FieldMaskProto.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
});
internal_static_google_cloud_netapp_v1_BackupPolicy_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_cloud_netapp_v1_BackupPolicy_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_BackupPolicy_descriptor,
new java.lang.String[] {
"Name",
"DailyBackupLimit",
"WeeklyBackupLimit",
"MonthlyBackupLimit",
"Description",
"Enabled",
"AssignedVolumeCount",
"CreateTime",
"Labels",
"State",
});
internal_static_google_cloud_netapp_v1_BackupPolicy_LabelsEntry_descriptor =
internal_static_google_cloud_netapp_v1_BackupPolicy_descriptor.getNestedTypes().get(0);
internal_static_google_cloud_netapp_v1_BackupPolicy_LabelsEntry_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_BackupPolicy_LabelsEntry_descriptor,
new java.lang.String[] {
"Key", "Value",
});
internal_static_google_cloud_netapp_v1_CreateBackupPolicyRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_google_cloud_netapp_v1_CreateBackupPolicyRequest_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_CreateBackupPolicyRequest_descriptor,
new java.lang.String[] {
"Parent", "BackupPolicy", "BackupPolicyId",
});
internal_static_google_cloud_netapp_v1_GetBackupPolicyRequest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_google_cloud_netapp_v1_GetBackupPolicyRequest_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_GetBackupPolicyRequest_descriptor,
new java.lang.String[] {
"Name",
});
internal_static_google_cloud_netapp_v1_ListBackupPoliciesRequest_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_google_cloud_netapp_v1_ListBackupPoliciesRequest_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_ListBackupPoliciesRequest_descriptor,
new java.lang.String[] {
"Parent", "PageSize", "PageToken", "Filter", "OrderBy",
});
internal_static_google_cloud_netapp_v1_ListBackupPoliciesResponse_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_google_cloud_netapp_v1_ListBackupPoliciesResponse_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_ListBackupPoliciesResponse_descriptor,
new java.lang.String[] {
"BackupPolicies", "NextPageToken", "Unreachable",
});
internal_static_google_cloud_netapp_v1_UpdateBackupPolicyRequest_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_google_cloud_netapp_v1_UpdateBackupPolicyRequest_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_UpdateBackupPolicyRequest_descriptor,
new java.lang.String[] {
"UpdateMask", "BackupPolicy",
});
internal_static_google_cloud_netapp_v1_DeleteBackupPolicyRequest_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_google_cloud_netapp_v1_DeleteBackupPolicyRequest_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_netapp_v1_DeleteBackupPolicyRequest_descriptor,
new java.lang.String[] {
"Name",
});
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
registry.add(com.google.api.ResourceProto.resource);
registry.add(com.google.api.ResourceProto.resourceReference);
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
descriptor, registry);
com.google.api.FieldBehaviorProto.getDescriptor();
com.google.api.ResourceProto.getDescriptor();
com.google.protobuf.FieldMaskProto.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}