Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.3.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.3.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,8 @@ class StoragePool(proto.Message):
Optional. Flag indicating if the pool is NFS
LDAP enabled or not.
psa_range (str):
Optional. This field is currently not
implemented. Currently values provided in this
field will be ignored.
Optional. This field is not implemented. The
values provided in this field are ignored.
encryption_type (google.cloud.netapp_v1.types.EncryptionType):
Output only. Specifies the current pool
encryption key source.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class SecurityStyle(proto.Enum):
NTFS (1):
SecurityStyle uses NTFS
UNIX (2):
SecurityStyle uses NTFS
SecurityStyle uses UNIX
"""
SECURITY_STYLE_UNSPECIFIED = 0
NTFS = 1
Expand Down Expand Up @@ -371,9 +371,8 @@ class Volume(proto.Message):
share_name (str):
Required. Share name of the volume
psa_range (str):
Output only. This field is currently not
implemented. Currently values provided in this
field will be ignored.
Output only. This field is not implemented.
The values provided in this field are ignored.
storage_pool (str):
Required. StoragePool name of the volume
network (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-netapp",
"version": "0.3.8"
"version": "0.1.0"
},
"snippets": [
{
Expand Down