public class com.microsoft.azure.management.containerregistry.implementation.RegistriesInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.containerregistry.implementation.RegistriesInner
super_class: java.lang.Object
{
private com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService service;
descriptor: Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl client;
descriptor: Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
flags: (0x0002) ACC_PRIVATE
public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl);
descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
ldc Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService
putfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
2: aload 0
aload 2
putfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 4 1 retrofit Lretrofit2/Retrofit;
0 4 2 client Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
MethodParameters:
Name Flags
retrofit
client
public void importImage(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.importImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
pop
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 registryName Ljava/lang/String;
0 2 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
public com.microsoft.rest.ServiceFuture<java.lang.Void> importImageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.importImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
serviceCallback final
public rx.Observable<java.lang.Void> importImageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.importImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$1
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$1.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> importImageWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter parameters is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.importImage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 registryName Ljava/lang/String;
0 11 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
10 11 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
public void beginImportImage(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginImportImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
pop
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 registryName Ljava/lang/String;
0 2 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
public com.microsoft.rest.ServiceFuture<java.lang.Void> beginImportImageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginImportImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
serviceCallback final
public rx.Observable<java.lang.Void> beginImportImageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginImportImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$3
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$3.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginImportImageWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter parameters is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginImportImage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 registryName Ljava/lang/String;
0 12 3 parameters Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
parameters
private com.microsoft.rest.ServiceResponse<java.lang.Void> beginImportImageDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 6 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner checkNameAvailability(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner> checkNameAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
aload 2
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 name Ljava/lang/String;
0 1 2 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;
MethodParameters:
Name Flags
name
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner> checkNameAvailabilityAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 name Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;
MethodParameters:
Name Flags
name
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner>> checkNameAvailabilityWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter name is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
new com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest
dup
invokespecial com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest.<init>:()V
astore 2
start local 2 5: aload 2
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/RegistryNameCheckRequest;
pop
6: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 2
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.checkNameAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryNameCheckRequest;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 9 1 name Ljava/lang/String;
5 9 2 registryNameCheckRequest Lcom/microsoft/azure/management/containerregistry/RegistryNameCheckRequest;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;>;
MethodParameters:
Name Flags
name
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner> checkNameAvailabilityDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryInner getByResourceGroup(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
registryName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> getByResourceGroupAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> getByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$12
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$12.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$12.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryInner create(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$13
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$13.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter registry is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 registryName Ljava/lang/String;
0 11 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
10 11 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
public com.microsoft.azure.management.containerregistry.implementation.RegistryInner beginCreate(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$15
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$15.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> beginCreateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter registry is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginCreate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 registryName Ljava/lang/String;
0 12 3 registry Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registry
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginCreateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 201
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 6 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
response
public void delete(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 registryName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
registryName
public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
serviceCallback final
public rx.Observable<java.lang.Void> deleteAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 3
start local 3 7: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 3
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 8 1 resourceGroupName Ljava/lang/String;
0 8 2 registryName Ljava/lang/String;
7 8 3 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public void beginDelete(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 registryName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
registryName
public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
serviceCallback final
public rx.Observable<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
private com.microsoft.rest.ServiceResponse<java.lang.Void> beginDeleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: sipush 204
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
5: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
6: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 7 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$26
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$26.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryUpdateParameters is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 registryName Ljava/lang/String;
0 11 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
10 11 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
public com.microsoft.azure.management.containerregistry.implementation.RegistryInner beginUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryUpdateParameters is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 registryName Ljava/lang/String;
0 12 3 registryUpdateParameters Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryUpdateParameters
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginUpdateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 201
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 6 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> listByResourceGroup(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$32
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$32.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 2 1 resourceGroupName Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
resourceGroupName final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
2: aload 2
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$34
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$34.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 3 1 resourceGroupName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listByResourceGroupWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$35
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$35.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 3 1 resourceGroupName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
5: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
6: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 7 1 resourceGroupName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.PageImpl<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$37
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$37.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$37.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/PageImpl<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> list();
descriptor: ()Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listSinglePageAsync:()Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 1
start local 1 1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$38
dup
aload 0
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$38.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;Lcom/microsoft/azure/Page;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
1 2 1 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
2: aload 1
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 4 1 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listWithServiceResponseAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$40
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$40.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$41
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$41.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listSinglePageAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
3: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
4: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.PageImpl<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$43
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$43.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$43.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/PageImpl<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner listCredentials(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listCredentialsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
registryName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> listCredentialsAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listCredentialsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> listCredentialsAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listCredentialsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>> listCredentialsWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listCredentials:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> listCredentialsDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$46
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$46.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$46.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner regenerateCredential(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.regenerateCredentialWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 name Lcom/microsoft/azure/management/containerregistry/PasswordName;
MethodParameters:
Name Flags
resourceGroupName
registryName
name
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> regenerateCredentialAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.regenerateCredentialWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 name Lcom/microsoft/azure/management/containerregistry/PasswordName;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
name
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> regenerateCredentialAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.regenerateCredentialWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 name Lcom/microsoft/azure/management/containerregistry/PasswordName;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
name
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>> regenerateCredentialWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter name is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
new com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters
dup
invokespecial com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters.<init>:()V
astore 4
start local 4 9: aload 4
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters.withName:(Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lcom/microsoft/azure/management/containerregistry/RegenerateCredentialParameters;
pop
10: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 4
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.regenerateCredential:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegenerateCredentialParameters;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 registryName Ljava/lang/String;
0 13 3 name Lcom/microsoft/azure/management/containerregistry/PasswordName;
9 13 4 regenerateCredentialParameters Lcom/microsoft/azure/management/containerregistry/RegenerateCredentialParameters;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
name
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> regenerateCredentialDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner listUsages(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
registryName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner> listUsagesAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner> listUsagesAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner>> listUsagesWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listUsages:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner> listUsagesDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$52
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$52.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$52.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner listPolicies(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listPoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
registryName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> listPoliciesAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listPoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> listPoliciesAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listPoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>> listPoliciesWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listPolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> listPoliciesDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner updatePolicies(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> updatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> updatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>> updatePoliciesWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryPoliciesUpdateParameters is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.updatePolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 registryName Ljava/lang/String;
0 11 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
10 11 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
public com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner beginUpdatePolicies(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> beginUpdatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> beginUpdatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>> beginUpdatePoliciesWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryPoliciesUpdateParameters is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2017-10-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginUpdatePolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 registryName Ljava/lang/String;
0 12 3 registryPoliciesUpdateParameters Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
registryPoliciesUpdateParameters
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> beginUpdatePoliciesDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 6 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.RunInner scheduleRun(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RunInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> scheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> scheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> scheduleRunWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter runRequest is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2018-09-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.scheduleRun:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 10: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 registryName Ljava/lang/String;
0 11 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
10 11 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
public com.microsoft.azure.management.containerregistry.implementation.RunInner beginScheduleRun(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginScheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.RunInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginScheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginScheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginScheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginScheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> beginScheduleRunWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter runRequest is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
9: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2018-09-01"
aload 3
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginScheduleRun:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 registryName Ljava/lang/String;
0 12 3 runRequest Lcom/microsoft/azure/management/containerregistry/RunRequest;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
runRequest
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginScheduleRunDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 6 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner getBuildSourceUploadUrl(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getBuildSourceUploadUrlWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
registryName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner> getBuildSourceUploadUrlAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getBuildSourceUploadUrlWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner> getBuildSourceUploadUrlAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getBuildSourceUploadUrlWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner>> getBuildSourceUploadUrlWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter registryName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 2
ldc "2018-09-01"
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.getBuildSourceUploadUrl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 9 1 resourceGroupName Ljava/lang/String;
0 9 2 registryName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
registryName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner> getBuildSourceUploadUrlDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> listByResourceGroupNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$71
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$71.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$73
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$73.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listByResourceGroupNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$74
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$74.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listByResourceGroupNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 2
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.PageImpl<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$76
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$76.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$76.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/PageImpl<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> listNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$77
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$77.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$79
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$79.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$80
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$80.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
aload 2
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.PageImpl<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82
dup
aload 0
invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/CloudException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/PageImpl<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
MethodParameters:
Name Flags
response
public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
SourceFile: "RegistriesInner.java"
NestMembers:
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$1 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$12 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$13 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$15 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$26 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$3 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$32 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$34 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$35 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$37 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$38 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$40 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$41 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$43 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$46 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$52 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$71 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$73 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$74 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$76 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$77 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$79 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$80 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9 com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService
InnerClasses:
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$1
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$12
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$13
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$15
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$26
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$3
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$32
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$34
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$35
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$37
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$38
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$40
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$41
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$43
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$46
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$52
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$71
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$73
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$74
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$76
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$77
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$79
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$80
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82
com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9
abstract RegistriesService = com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService of com.microsoft.azure.management.containerregistry.implementation.RegistriesInner
public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder